Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::chat::HostTargetChange Struct Reference

#include <chattypes.h>

Public Member Functions

 HostTargetChange ()
 

Public Attributes

std::string targetChannelName
 The name of the channel now being hosted. Will be empty if we are now no longer hosting. More...
 
ChannelId targetChannelId
 The channel id of the channel now being hosted. Will be 0 if we are now no longer hosting. More...
 
ChannelId previousChannelId
 The channel id of the channel previous hosted. Will be 0 if we were not hosting before. More...
 

Detailed Description

HostTargetChange - A message indicating that a broadcaster has changed their host target to a different channel.

Constructor & Destructor Documentation

◆ HostTargetChange()

ttv::chat::HostTargetChange::HostTargetChange ( )

Member Data Documentation

◆ previousChannelId

ChannelId ttv::chat::HostTargetChange::previousChannelId

The channel id of the channel previous hosted. Will be 0 if we were not hosting before.

◆ targetChannelId

ChannelId ttv::chat::HostTargetChange::targetChannelId

The channel id of the channel now being hosted. Will be 0 if we are now no longer hosting.

◆ targetChannelName

std::string ttv::chat::HostTargetChange::targetChannelName

The name of the channel now being hosted. Will be empty if we are now no longer hosting.


The documentation for this struct was generated from the following file: