Function getChatRoomSponsors

  • Parameters

    • args: {
          roomId: string;
      }
      • roomId: string

    Returns Promise<IPaginatedResponse<ISponsorPayload>>

    Description

    Get sponsors list for a given chatroom.

    Async

    Since

    0.1.0

    Example

    getChatRoomSponsors({
    roomId: string
    }).then(paginatedSponsors => console.log(paginatedSponsors.results))

Generated using TypeDoc