getUserEmotes

suspend fun getUserEmotes(userId: String, cursor: String? = null, broadcasterId: String? = null): Page<UserEmote>

Twitch API: Get User Emotes

Gets a single page of emotes that the specified Twitch user has access to.

Return

a Page of UserEmote objects.

Parameters

userId

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

cursor

the cursor used to get the next page of results.

broadcasterId

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