ReceivedMessage

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

属性

属性名类型说明
method
args
id
type