michidk / TwitchCSharp

Twitch C# Wrapper for the Twitch v3 REST API
Apache License 2.0
43 stars 12 forks source link

Add emoticon_images request #11

Closed michidk closed 7 years ago

michidk commented 8 years ago

As I noticed while discussing #9 with @ChillyFlashER a method for the "chat/emoticon_images" request is missing. Its described here: https://github.com/justintv/Twitch-API/blob/master/v3_resources/chat.md#get-chatemoticon_images

The new method should be added after the "chat/emoticon" method. https://github.com/michidk/TwitchCSharp/blob/ef4fc9a08bbd220dd3e2b9f7a25275d0cdbb5179/TwitchCSharp/Clients/TwitchReadOnlyClient.cs#L43