Twitch Shared Chat Session Begin
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
host.isModerator | boolean | Returns |
host.isSubscribed | boolean | Returns |
host.isVip | boolean | Returns Example: true |
host.userId | string | Twitch user ID of the host Example: 519435394 |
host.userLogin | string | Twith login name of the host Example: reallycoolhost |
host.userName | string | Twith user name of the host Example: ReallyCoolHost |
Shared Announcement
name: Shared Announcement description: Triggered when an announcement is shared between both chats twitchService: EventSub version: 0.2.5 variables: name: fromSharedChat type: boolean description: Returns whether or not the action came from the shared chat value: True name: role type: string description: Returns the role of who posted the announcement value: Broadcaster name: isSubscribed type: boolean description: Returns whether or not the person who posted the announcement is subscribed value: True name: message type: string description: Returns the entire text of the announcement value: "This is a super important announcement!!" name: messageStripped type: string description: Returns the text of the announcement, with emotes removed value: "This is a super important announcement!!" name: announceColor type: string description: Returns the color of the Shared Announcement value: Green commonVariables:
Twitch Shared Chat Session End
Trigger for when Twitch Shared Chat Session ends