|
Twitch SDK (Internal)
|
#include <chattypes.h>
Public Member Functions | |
| WhisperMessage () | |
| WhisperMessage (const WhisperMessage &src) | |
| WhisperMessage & | operator= (const WhisperMessage &src) |
Public Attributes | |
| MessageInfo | messageInfo |
| The common information about the message. More... | |
| std::string | threadId |
| The UTF-8 encoded id for the thread the whisper is received on. More... | |
| MessageId | messageId |
| The id of the whisper message. More... | |
A message that is being sent as a whisper between users.
| ttv::chat::WhisperMessage::WhisperMessage | ( | ) |
| ttv::chat::WhisperMessage::WhisperMessage | ( | const WhisperMessage & | src | ) |
| WhisperMessage& ttv::chat::WhisperMessage::operator= | ( | const WhisperMessage & | src | ) |
| MessageId ttv::chat::WhisperMessage::messageId |
The id of the whisper message.
| MessageInfo ttv::chat::WhisperMessage::messageInfo |
The common information about the message.
| std::string ttv::chat::WhisperMessage::threadId |
The UTF-8 encoded id for the thread the whisper is received on.
1.8.13