twitchdev / issues

Issue tracker for third party developers.
Apache License 2.0
73 stars 6 forks source link

Impossible emote_type example for new get user emotes endpoint #928

Closed IAmTomahawkx closed 6 months ago

IAmTomahawkx commented 6 months ago

Brief description Docs @ get user emotes.

The example for emote_type is "hypetrain", but the docs to the left of the example state that the only possible values are "bitstier", "subscription", and "follower". Both of these can't be true.

Expected documentation

Presumably hypetrain should be included in the list of possible emote types.

tduva commented 6 months ago

Other emote_type values I've seen in actual requests are smilies, globals, limitedtime. prime, twofactor, owl2019. Not sure how much sense it makes to list all of them if there's so many different types, but it shouldn't pretend that it's limited to the listed ones at least.

Xemdo commented 6 months ago

Documentation has been updated to reflect all possible emote types. It should be noted that the list is different for the Get User Emotes API endpoint versus the other emote API endpoints, because this endpoint is the only one that would show these additional emote types