jens1o/smashcast-api-php-unofficial

Implement SmashcastChannel#getChatEmojis()

Closed this issue · 2 comments

https://developers.smashcast.tv/#get-emojis

  • returns an instance of SmashcastChatEmoji
  • Methods of SmashcastChatEmoji:
    • __construct: saves the name of the channel
    • getEmojis($premiumOnly = false): Returns the emojis for this channel, cached.

Uploading/creating emojis is deferred, should be implemented after #5 has been implemented.

I'm working on it, but at the moment, I'm learning for my last class tests...