getEmoteSets

suspend fun getEmoteSets(emoteSetIds: List<String>): List<ChannelEmote>

Twitch API: Get Emote Sets

Gets emotes for one or more specified emote sets.

An emote set groups emotes that have a similar context. For example, Twitch places all the subscriber emotes that a broadcaster uploads for their channel in the same emote set.

Return

the list of emotes found in the specified emote sets.

Parameters

emoteSetIds

the IDs of the emote sets to get. You may specify a maximum of 25 IDs. The response contains only those IDs that are valid.