setChannelTitle

Changes the title of a channel.

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin)
package
void
setChannelTitle
(,
const string channelName
,
const string title
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

channelName string

Name of channel to modify.

title string

Optional channel title to set.

caller string

Name of the calling function.