ReceivedMessage

ReceivedMessage

Experimental Interface

Interface Overview

interface ReceivedMessage {
  method : string
  args : any[]
  id : string
  type : string
}

Interface Description

Interface Details

method : string
args : any[]
登录查看完整内容