• Gets sponsors list for a given chatroom.

    Parameters

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

    Returns Promise<IPaginatedResponse<ISponsorPayload>>

    Async

    Since

    2.16.0

    Example

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

Generated using TypeDoc