Get sponsors list for a given chatroom.
0.1.0
getChatRoomSponsors({ roomId: string}).then(paginatedSponsors => console.log(paginatedSponsors.results)) Copy
getChatRoomSponsors({ roomId: string}).then(paginatedSponsors => console.log(paginatedSponsors.results))
Generated using TypeDoc
Description
Get sponsors list for a given chatroom.
Async
Since
0.1.0
Example