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

#include <chaterrortypes.h>

Public Member Functions

 SendRoomMessageError ()
 

Public Attributes

GraphQLErrorCode code
 Code describing the error. More...
 
uint32_t slowModeDurationSeconds
 On SLOW_MODE_ENFORCEMENT_FAILED, number of seconds a user must wait between sending messages. More...
 
uint32_t remainingDurationSeconds
 On SLOW_MODE_ENFORCMENT_FAILED, USER_CHAT_TIMED_OUT, the number of remaining seconds a user must wait before sending another message. More...
 

Constructor & Destructor Documentation

◆ SendRoomMessageError()

ttv::chat::SendRoomMessageError::SendRoomMessageError ( )

Member Data Documentation

◆ code

GraphQLErrorCode ttv::chat::SendRoomMessageError::code

Code describing the error.

◆ remainingDurationSeconds

uint32_t ttv::chat::SendRoomMessageError::remainingDurationSeconds

On SLOW_MODE_ENFORCMENT_FAILED, USER_CHAT_TIMED_OUT, the number of remaining seconds a user must wait before sending another message.

◆ slowModeDurationSeconds

uint32_t ttv::chat::SendRoomMessageError::slowModeDurationSeconds

On SLOW_MODE_ENFORCEMENT_FAILED, number of seconds a user must wait between sending messages.


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