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

#include <chattypes.h>

Public Member Functions

 LiveChatMessage ()
 
 LiveChatMessage (const LiveChatMessage &src)
 
LiveChatMessageoperator= (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...
 

Detailed Description

A message that is being sent through live chat.

Constructor & Destructor Documentation

◆ LiveChatMessage() [1/2]

ttv::chat::LiveChatMessage::LiveChatMessage ( )
inline

◆ LiveChatMessage() [2/2]

ttv::chat::LiveChatMessage::LiveChatMessage ( const LiveChatMessage src)

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ messageId

std::string ttv::chat::LiveChatMessage::messageId

The message id associated with a live chat message.

◆ messageInfo

MessageInfo ttv::chat::LiveChatMessage::messageInfo

The common information about the message.


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