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

#include <chattypes.h>

Public Member Functions

 ReplayMessage ()
 

Public Attributes

MessageInfo messageInfo
 The common information about the message. More...
 
std::string messageId
 The id of the replay message. More...
 
bool deleted
 True if message was deleted. More...
 

Detailed Description

A message that is sent during a chat replay.

Constructor & Destructor Documentation

◆ ReplayMessage()

ttv::chat::ReplayMessage::ReplayMessage ( )

Member Data Documentation

◆ deleted

bool ttv::chat::ReplayMessage::deleted

True if message was deleted.

◆ messageId

std::string ttv::chat::ReplayMessage::messageId

The id of the replay message.

◆ messageInfo

MessageInfo ttv::chat::ReplayMessage::messageInfo

The common information about the message.


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