Skip to content

Class: ChannelEndpoint

Extends

Methods

getChannel()

getChannel(channel): Promise<ChannelInstance>

Parameters

ParameterType
channelstring

Returns

Promise<ChannelInstance>

endpoints/channel/channel.endpoint.ts:11


getChatroomSettings()

getChatroomSettings(channel): Promise<ChatroomSettingsInstance>

Parameters

ParameterType
channelstring

Returns

Promise<ChatroomSettingsInstance>

endpoints/channel/channel.endpoint.ts:47


getLeaderboards()

getLeaderboards(channel): Promise<LeaderboardInstance>

Parameters

ParameterType
channelstring

Returns

Promise<LeaderboardInstance>

endpoints/channel/channel.endpoint.ts:35


getLivestream()

getLivestream(channel): Promise<LivestreamInstance>

Parameters

ParameterType
channelstring

Returns

Promise<LivestreamInstance>

endpoints/channel/channel.endpoint.ts:23


getPoll()

getPoll(channel): Promise<PollInstance>

Parameters

ParameterType
channelstring

Returns

Promise<PollInstance>

endpoints/channel/channel.endpoint.ts:59


Generated using typedoc-plugin-markdown and TypeDoc