importCustomEmotes

Fetches custom BetterTTV, FrankerFaceZ and 7tv emotes via API calls.

If a channel name is supplied, the emotes are imported for that channel. If not, global ones are imported. An id can only be supplied if a channelName is also supplied.

version(TwitchSupport && WithTwitchPlugin)
void
importCustomEmotes
(,
const string channelName = string.init
,
const uint id = 0
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

channelName string

(Optional) Name of channel to import emotes for.

id uint

(Optional, mandatory if channelName supplied) Twitch numeric ID of channel.