Interface IChatRoomListPayload

Hierarchy

  • IChatRoomListPayload

Properties

count: number

Count of avaliable results chat rooms

next?: (() => IteratorResult<IChatRoomPayload[], any>)

Type declaration

previous?: (() => IteratorResult<IChatRoomPayload[], any>)

Type declaration

results: IChatRoomPayload[]

List of chat rooms

Generated using TypeDoc