Class: ChannelEndpoint
Extends
Methods
getChannel()
getChannel(
channel
):Promise
<ChannelInstance
>
Parameters
Parameter | Type |
---|---|
channel | string |
Returns
Promise
<ChannelInstance
>
endpoints/channel/channel.endpoint.ts:11
getChatroomSettings()
getChatroomSettings(
channel
):Promise
<ChatroomSettingsInstance
>
Parameters
Parameter | Type |
---|---|
channel | string |
Returns
Promise
<ChatroomSettingsInstance
>
endpoints/channel/channel.endpoint.ts:47
getLeaderboards()
getLeaderboards(
channel
):Promise
<LeaderboardInstance
>
Parameters
Parameter | Type |
---|---|
channel | string |
Returns
Promise
<LeaderboardInstance
>
endpoints/channel/channel.endpoint.ts:35
getLivestream()
getLivestream(
channel
):Promise
<LivestreamInstance
>
Parameters
Parameter | Type |
---|---|
channel | string |
Returns
Promise
<LivestreamInstance
>
endpoints/channel/channel.endpoint.ts:23
getPoll()
getPoll(
channel
):Promise
<PollInstance
>
Parameters
Parameter | Type |
---|---|
channel | string |
Returns
Promise
<PollInstance
>
endpoints/channel/channel.endpoint.ts:59
Generated using typedoc-plugin-markdown and TypeDoc