Implement SmashcastChannel#getChatEmojis()
Closed this issue · 2 comments
jens1o commented
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.
-
jens1o commented
Uploading/creating emojis is deferred, should be implemented after #5 has been implemented.
jens1o commented
I'm working on it, but at the moment, I'm learning for my last class tests...