TwitchPlugin.CustomChannelEmotes

Custom emotes for a channel.

Made into a struct so we can keep track of the channel ID.

class TwitchPlugin
package static
struct CustomChannelEmotes {}

Members

Variables

channelName
string channelName;

String name of the channel.

emotes
bool[dstring] emotes;

Emote AA.

id
uint id;

The channel's numerical Twitch ID.