getChannelEmotes

suspend fun getChannelEmotes(broadcasterId: String): List<ChannelEmote>

Twitch API: Get Channel Emotes

Gets the broadcaster's list of custom emotes. Broadcasters create these custom emotes for users who subscribe to or follow the channel or cheer Bits in the channel's chat window.

For information about the custom emotes, see subscriber emotes, Bits tier emotes, and follower emotes.

NOTE: With the exception of custom combos, the emote images are not returned at a 3.0 scale.

Return

the list of emotes that the specified broadcaster created. If the broadcaster hasn't created custom emotes, the list is empty.

Parameters

broadcasterId

an ID that identifies the broadcaster whose emotes you want to get.