Skip to content

Class: ChannelInstance

Extends

Constructors

new ChannelInstance()

new ChannelInstance(): ChannelInstance

Inherited from

Internal.BaseInstance.constructor

Properties

PropertyTypeDescriptionInheritance
dataGetChannelResponse-Internal.BaseInstance.data

Methods

connectToChatroom()

connectToChatroom(): Promise<void>

Returns

Promise<void>

endpoints/channel/instance/channel.instance.ts:13


getChatroom()

getChatroom(): ChannelChatroom

endpoints/channel/instance/channel.instance.ts:9


getLeaderboard()

getLeaderboard(): Promise<LeaderboardInstance>

Returns

Promise<LeaderboardInstance>

endpoints/channel/instance/channel.instance.ts:21


getLivestream()

getLivestream(): Promise<LivestreamInstance>

Returns

Promise<LivestreamInstance>

endpoints/channel/instance/channel.instance.ts:17


getPoll()

getPoll(): Promise<PollInstance>

Returns

Promise<PollInstance>

endpoints/channel/instance/channel.instance.ts:25


Generated using typedoc-plugin-markdown and TypeDoc