#include <chattypes.h>
|
| 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...
|
| |
◆ Flags()
| ttv::chat::MessageInfo::Flags::Flags |
( |
| ) |
|
◆ operator!=()
| bool ttv::chat::MessageInfo::Flags::operator!= |
( |
const Flags & |
rhs | ) |
const |
◆ operator==()
| bool ttv::chat::MessageInfo::Flags::operator== |
( |
const Flags & |
rhs | ) |
const |
◆ 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:
- modules/chat/chat_common/include/twitchsdk/chat/chattypes.h