Present Viewers

Trigger for the Kick present viewers event

Notes

The Kick present viewer acts more like a chat activity tracker. There is no "Live-Update" option for Kick as the API does not provide the viewer list.

Under the Platforms > Kick > Settings, you will find the options for the Present Viewers Trigger.

The slider behaves as a threshold. The timer runs every minute, and checks the current time minus the user's last active time, if this is less then the threshold, they are marked as present, otherwise they are marked as not present. The trigger will be executed every minute.

The default setting is the slider set to 5 minutes.

Variables

The following variables will be populated when this trigger executes:

Description
categoryIdstring

The category id of the stream

Example: 5787
categoryNamestring

The category name of the stream

Example: Cats & Soup
categoryThumbnailstring

The category thumbnail of the stream

Example: https://files.kick.com/categories/5787/thumbnail
isLiveboolean

Is the stream live?

Example: true
isTestboolean

Is this event a test?

startedAtDateTime

The date and time when the stream started

Example: 7/19/2025 10:38:24 PM
titlestring

The title of the stream

Example: Super Awesome Kick Stream Title
usersList<Dictionary<string,object>>

A C# accessible list of users present in chat

viewerCountnumber

The number of viewers currently present in the stream

Example: 69