|
Twitch SDK (Internal)
|
#include <chattypes.h>
Public Member Functions | |
| LiveChatMessage () | |
| LiveChatMessage (const LiveChatMessage &src) | |
| LiveChatMessage & | operator= (const LiveChatMessage &src) |
Public Attributes | |
| MessageInfo | messageInfo |
| The common information about the message. More... | |
| std::string | messageId |
| The message id associated with a live chat message. More... | |
A message that is being sent through live chat.
|
inline |
| ttv::chat::LiveChatMessage::LiveChatMessage | ( | const LiveChatMessage & | src | ) |
| LiveChatMessage& ttv::chat::LiveChatMessage::operator= | ( | const LiveChatMessage & | src | ) |
| std::string ttv::chat::LiveChatMessage::messageId |
The message id associated with a live chat message.
| MessageInfo ttv::chat::LiveChatMessage::messageInfo |
The common information about the message.
1.8.13