sendShoutout

Sends a native Twitch shoutout.

version(TwitchSupport && WithTwitchPlugin)
package
sendShoutout
(,
const ulong sourceChannelID
,
const ulong targetChannelID
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

sourceChannelID ulong

ID of the channel sending the shoutout.

targetChannelID ulong

ID of the channel receiving the shoutout.

caller string

Name of the calling function.

Return Value

Type: auto

A ShoutoutResults Voldemort struct.

See Also