ReceivedMessage

ReceivedMessage

Experimental Class

Class Overview

class ReceivedMessage {
  constructor(data: {[key: string]: any})
  
  
  method : string
  args : any[]
  id : string
  type : string
}

Class Description

Constructor

constructor(data: {[key: string]: any})