getAllUserEmotes

fun getAllUserEmotes(userId: String, broadcasterId: String? = null): Flow<UserEmote>

Twitch API: Get User Emotes

Gets all emotes that the specified Twitch user has access to. Automatically paginates through all results.

Return

a Flow of UserEmote objects.

Parameters

userId

the ID of the user. This ID must match the user ID in the user access token.

broadcasterId

the User ID of a broadcaster you wish to get follower emotes of.