Type alias: PrivateChannelEventEmitters
PrivateChannelEventEmitters:
Object
Type declaration
PRIVATE_CHANNEL_FOLLOWED
PRIVATE_CHANNEL_FOLLOWED: (
followerAddedInstance
) =>void
Parameters
Parameter | Type |
---|---|
followerAddedInstance | FollowerAddedInstance |
Returns
void
PRIVATE_CHANNEL_RENEWED
PRIVATE_CHANNEL_RENEWED: (
subscriptionRenewedInstance
) =>void
Parameters
Parameter | Type |
---|---|
subscriptionRenewedInstance | SubscriptionRenewedInstance |
Returns
void
PRIVATE_CHANNEL_SUBSCRIPTION
PRIVATE_CHANNEL_SUBSCRIPTION: (
subscriptionCreatedInstance
) =>void
Parameters
Parameter | Type |
---|---|
subscriptionCreatedInstance | SubscriptionCreatedInstance |
Returns
void
PRIVATE_CHANNEL_SUBSCRIPTIONS_GIFTED
PRIVATE_CHANNEL_SUBSCRIPTIONS_GIFTED: (
subscriptionGiftedInstance
) =>void
Parameters
Parameter | Type |
---|---|
subscriptionGiftedInstance | SubscriptionGiftedInstance |
Returns
void
PRIVATE_CHANNEL_UNFOLLOWED
PRIVATE_CHANNEL_UNFOLLOWED: (
followerDeletedInstance
) =>void
Parameters
Parameter | Type |
---|---|
followerDeletedInstance | FollowerDeletedInstance |
Returns
void
ws/private-channel/private-channel.events.ts:20
Generated using typedoc-plugin-markdown and TypeDoc