getUserEmotes
suspend fun getUserEmotes(userId: String, cursor: String? = null, broadcasterId: String? = null): Page<UserEmote>
Gets a single page of emotes that the specified Twitch user has access to.
Return
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.