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

#include <chattypes.h>

Public Member Functions

 ChatModeInfo ()
 

Public Attributes

uint32_t slowModeDurationSeconds
 The number of seconds a user has to wait before sending another message. Value of 0 if not in slow mode. More...
 
bool r9kMode
 Whether the room is in r9k mode. More...
 
bool emotesOnlyMode
 Whether the room is in emotes-only mode. More...
 

Detailed Description

ChatModeInfo - Stores information about the modes that a chat is in

Constructor & Destructor Documentation

◆ ChatModeInfo()

ttv::chat::ChatModeInfo::ChatModeInfo ( )

Member Data Documentation

◆ emotesOnlyMode

bool ttv::chat::ChatModeInfo::emotesOnlyMode

Whether the room is in emotes-only mode.

◆ r9kMode

bool ttv::chat::ChatModeInfo::r9kMode

Whether the room is in r9k mode.

◆ slowModeDurationSeconds

uint32_t ttv::chat::ChatModeInfo::slowModeDurationSeconds

The number of seconds a user has to wait before sending another message. Value of 0 if not in slow mode.


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