modifyChannel

Modifies a channel's title or currently played game.

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin)
package
void
modifyChannel
(,
const string channelName
,
const string title
,
const string 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 string

Optional game ID to set the channel as playing.

caller string

Name of the calling function.

Meta