|
Twitch SDK (Internal)
|
#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... | |
A message that is sent during a chat replay.
| ttv::chat::ReplayMessage::ReplayMessage | ( | ) |
| bool ttv::chat::ReplayMessage::deleted |
True if message was deleted.
| std::string ttv::chat::ReplayMessage::messageId |
The id of the replay message.
| MessageInfo ttv::chat::ReplayMessage::messageInfo |
The common information about the message.
1.8.13