Function getMessageList
- get
Message List(roomId, opts?): Promise<IMessageListPayload> Parameters
roomId: string
opts: IMessageListOptions = {}
Returns Promise<IMessageListPayload>
Async
Example
getMessageList({roomId: string}).then(list => console.log(list))
Generated using TypeDoc
getMessageList Returns array of message objects