modifyChannelImpl

Modifies a channel's title or currently played game. Implementation function.

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin)
private
void
modifyChannelImpl
(,
const string channelName
,
const string title
,
const uint gameID
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

channelName string

Name of channel to modify.

title string

Optional channel title to set.

gameID uint

Optional game ID to set the channel as playing.

caller string

Name of the calling function.