getBTTVEmotes

Fetches BetterTTV emotes for a given channel.

version(TwitchSupport && WithTwitchPlugin)
package
void
getBTTVEmotes
(,
ref bool[dstring] emoteMap
,
const uint id
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

emoteMap bool[dstring]

Reference to the bool[dstring] associative array to store the fetched emotes in.

id uint

Numeric Twitch user/channel ID.

caller string

Name of the calling function.

See Also