Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::chat::WhisperMessage Struct Reference

#include <chattypes.h>

Public Member Functions

 WhisperMessage ()
 
 WhisperMessage (const WhisperMessage &src)
 
WhisperMessageoperator= (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...
 

Detailed Description

A message that is being sent as a whisper between users.

Constructor & Destructor Documentation

◆ WhisperMessage() [1/2]

ttv::chat::WhisperMessage::WhisperMessage ( )

◆ WhisperMessage() [2/2]

ttv::chat::WhisperMessage::WhisperMessage ( const WhisperMessage src)

Member Function Documentation

◆ operator=()

WhisperMessage& ttv::chat::WhisperMessage::operator= ( const WhisperMessage src)

Member Data Documentation

◆ messageId

MessageId ttv::chat::WhisperMessage::messageId

The id of the whisper message.

◆ messageInfo

MessageInfo ttv::chat::WhisperMessage::messageInfo

The common information about the message.

◆ threadId

std::string ttv::chat::WhisperMessage::threadId

The UTF-8 encoded id for the thread the whisper is received on.


The documentation for this struct was generated from the following file: