get7tvEmotes

Fetches 7tv emotes for a given channel.

version(TwitchSupport && WithTwitchPlugin)
package
uint
get7tvEmotes
(,
bool[string]* emoteMap
,
const ulong id
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

emoteMap bool[string]*

Pointer to the bool[string] associative array to store the fetched emotes in.

id ulong

Numeric Twitch user/channel ID.

caller string

Name of the calling function.

See Also