Add Present User
Fetch info for a specified present user in your chat

Add Present User Dialog
Parameters
Index
Int required
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
Name | Type | Description |
---|---|---|
Example Value: GenericUser the user's display name, if the user was found // if no user was found, it will default to | ||
Example Value: 12345678 the user's ID (unpopulated, if not user was found) | ||
Example Value: genericuser the user's login name (unpopulated, if not user was found) | ||
Example Value: twitch the user's platform (unpopulated, if not user was found) | ||
Example Value: 69 total number of present users |
C# Usage
C# method does not exist for this sub-action, or is not yet documented.