Twitch SDK (Internal)
ttv::chat::IChatUserThreadsListener Member List

This is the complete list of members for ttv::chat::IChatUserThreadsListener, including all inherited members.

ChatThreadGlobalUnreadCountsChanged(UserId userId, const UnreadThreadCounts &counts)=0ttv::chat::IChatUserThreadsListenerpure virtual
ChatThreadMutedStatusChanged(UserId userId, const std::string &threadId, bool muted)=0ttv::chat::IChatUserThreadsListenerpure virtual
ChatThreadParticipantsUpdated(UserId userId, const std::string &threadId, const std::vector< ChatUserInfo > &participants)=0ttv::chat::IChatUserThreadsListenerpure virtual
ChatThreadRealtimeMessageReceived(UserId userId, const std::string &threadId, const WhisperMessage &messageList)=0ttv::chat::IChatUserThreadsListenerpure virtual
ChatThreadRemoved(UserId userId, const std::string &threadId)=0ttv::chat::IChatUserThreadsListenerpure virtual
ChatThreadUnreadMessageWindowChanged(UserId userId, const std::string &threadId, MessageId lastMessageId, MessageId lastReadMessageId)=0ttv::chat::IChatUserThreadsListenerpure virtual