get7tvEmotes

Fetches 7tv emotes for a given channel.

version(TwitchSupport && WithTwitchPlugin)
package
void
get7tvEmotes
(,
ref bool[dstring] emoteMap
,
const string idString
,
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.

idString string

Twitch user/channel ID in string form.

caller string

Name of the calling function.

See Also

Meta