|
Twitch SDK (Internal)
|
#include <chattypes.h>
Public Member Functions | |
| ThreadData () | |
| ThreadData (const ThreadData &src) | |
| ThreadData & | operator= (const ThreadData &src) |
Public Attributes | |
| std::string | threadId |
| The unique thread id. More... | |
| std::vector< ChatUserInfo > | participants |
| The list of participants. More... | |
| std::unique_ptr< WhisperMessage > | lastMessage |
| This might be null if the thread hasn't had any activity yet. More... | |
| MessageId | lastMessageId |
| The last message id obtained from the backed. This could be ahead of what is stored locally. More... | |
| MessageId | lastReadMessageId |
| The id of the last read message. More... | |
| Timestamp | lastUpdatedTimestamp |
| Unix timestamp for the last time the thread was updated on the server. More... | |
| Timestamp | lastFetchedTimestamp |
| Unix timestamp for the last time the thread was fetched from the server. More... | |
| uint32_t | numUnreadMessages |
| bool | archived |
| bool | muted |
ThreadData - Information about a conversation from the perspective of the owning user.
| ttv::chat::ThreadData::ThreadData | ( | ) |
| ttv::chat::ThreadData::ThreadData | ( | const ThreadData & | src | ) |
| ThreadData& ttv::chat::ThreadData::operator= | ( | const ThreadData & | src | ) |
| bool ttv::chat::ThreadData::archived |
| Timestamp ttv::chat::ThreadData::lastFetchedTimestamp |
Unix timestamp for the last time the thread was fetched from the server.
| std::unique_ptr<WhisperMessage> ttv::chat::ThreadData::lastMessage |
This might be null if the thread hasn't had any activity yet.
| MessageId ttv::chat::ThreadData::lastMessageId |
The last message id obtained from the backed. This could be ahead of what is stored locally.
| MessageId ttv::chat::ThreadData::lastReadMessageId |
The id of the last read message.
| Timestamp ttv::chat::ThreadData::lastUpdatedTimestamp |
Unix timestamp for the last time the thread was updated on the server.
| bool ttv::chat::ThreadData::muted |
| uint32_t ttv::chat::ThreadData::numUnreadMessages |
| std::vector<ChatUserInfo> ttv::chat::ThreadData::participants |
The list of participants.
| std::string ttv::chat::ThreadData::threadId |
The unique thread id.
1.8.13