Add Present User

Fetch info for a specified present user in your chat

Parameters

Indexrequired
Int

can be a specific number or a variable like %randomNumber%. The index starts at 0, so 0 will be the first user in your viewers list, 1 the second etc.

Variables

The following variables will be populated after executing this sub-action:

Description
presentUserstring/bool

the user's display name, if the user was found // if no user was found, it will default to False

PewDiePie
presentUserIdstring

the user's ID (unpopulated, if not user was found)

12345678
presentUserNamestring

the user's login name (unpopulated, if not user was found)

pewdiepie
presentUserTypestring

the user's platform (unpopulated, if not user was found)

twitch
presentUsersCountint

total number of present users

69

C# Usage

C# method does not exist for this sub-action