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

#include <chattypes.h>

Public Member Functions

 Flags ()
 
bool operator== (const Flags &rhs) const
 
bool operator!= (const Flags &rhs) const
 

Public Attributes

bool action:1
 Whether or not the message is an action. If true, it should be displayed entirely in the name text color and of the form "<userName> <message>". More...
 
bool notice:1
 Whether or not the message is a system notice. More...
 
bool ignored:1
 Whether or not the message was sent by a blocked user. More...
 
bool deleted:1
 Whether or not the message has been deleted. More...
 
bool containsBits:1
 Whether or not the message indicates the user has sent bits. More...
 

Constructor & Destructor Documentation

◆ Flags()

ttv::chat::MessageInfo::Flags::Flags ( )

Member Function Documentation

◆ operator!=()

bool ttv::chat::MessageInfo::Flags::operator!= ( const Flags rhs) const

◆ operator==()

bool ttv::chat::MessageInfo::Flags::operator== ( const Flags rhs) const

Member Data Documentation

◆ action

bool ttv::chat::MessageInfo::Flags::action

Whether or not the message is an action. If true, it should be displayed entirely in the name text color and of the form "<userName> <message>".

◆ containsBits

bool ttv::chat::MessageInfo::Flags::containsBits

Whether or not the message indicates the user has sent bits.

◆ deleted

bool ttv::chat::MessageInfo::Flags::deleted

Whether or not the message has been deleted.

◆ ignored

bool ttv::chat::MessageInfo::Flags::ignored

Whether or not the message was sent by a blocked user.

◆ notice

bool ttv::chat::MessageInfo::Flags::notice

Whether or not the message is a system notice.


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