Type alias: ChannelEventEmitters
ChannelEventEmitters:
Object
Type declaration
CHANNEL_BANNED
CHANNEL_BANNED: (
channelId
) =>void
Parameters
Parameter | Type |
---|---|
channelId | string | number |
Returns
void
CHANNEL_FOLLOWERS_UPDATE
CHANNEL_FOLLOWERS_UPDATE: (
followersUpdateInstance
) =>void
Parameters
Parameter | Type |
---|---|
followersUpdateInstance | FollowersUpdateInstance |
Returns
void
CHANNEL_LEADERBOARD_UPDATE
CHANNEL_LEADERBOARD_UPDATE: (
giftsLeaderboardUpdatedInstance
) =>void
Parameters
Parameter | Type |
---|---|
giftsLeaderboardUpdatedInstance | GiftsLeaderboardUpdatedInstance |
Returns
void
CHANNEL_START_HOST
CHANNEL_START_HOST: (
chatMoveToSupportedChannelInstance
) =>void
Parameters
Parameter | Type |
---|---|
chatMoveToSupportedChannelInstance | ChatMoveToSupportedChannelInstance |
Returns
void
CHANNEL_START_STREAM
CHANNEL_START_STREAM: (
streamerIsLiveInstance
) =>void
Parameters
Parameter | Type |
---|---|
streamerIsLiveInstance | StreamerIsLiveInstance |
Returns
void
CHANNEL_STOP_STREAM
CHANNEL_STOP_STREAM: (
stopStreamBroadcastInstance
) =>void
Parameters
Parameter | Type |
---|---|
stopStreamBroadcastInstance | StopStreamBroadcastInstance |
Returns
void
CHANNEL_SUBSCRIPTION
CHANNEL_SUBSCRIPTION: (
channelSubscriptionInstance
) =>void
Parameters
Parameter | Type |
---|---|
channelSubscriptionInstance | ChannelSubscriptionInstance |
Returns
void
CHANNEL_SUBSCRIPTIONS_GIFTED
CHANNEL_SUBSCRIPTIONS_GIFTED: (
luckyUsersWhoGotGiftSubscriptionsInstance
) =>void
Parameters
Parameter | Type |
---|---|
luckyUsersWhoGotGiftSubscriptionsInstance | LuckyUsersWhoGotGiftSubscriptionsInstance |
Returns
void
ws/channel/channel.events.ts:25
Generated using typedoc-plugin-markdown and TypeDoc