Add Present User
Fetch info for a specified present user in your chat
Preview
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 | ||
---|---|---|
presentUser | string/bool | the user's display name, if the user was found // if no user was found, it will default to Example: PewDiePie |
presentUserId | string | the user's ID (unpopulated, if not user was found) Example: 12345678 |
presentUserName | string | the user's login name (unpopulated, if not user was found) Example: pewdiepie |
presentUserType | string | the user's platform (unpopulated, if not user was found) Example: twitch |
presentUsersCount | int | total number of present users Example: 69 |
C# Usage
C# method does not exist for this sub-action