|
Twitch SDK (Internal)
|
#include <chattypes.h>
Public Types | |
| enum | Type { Type::Text, Type::Emoticon, Type::Mention, Type::Url, Type::Bits } |
Public Member Functions | |
| virtual std::unique_ptr< MessageToken > | Clone () const =0 |
| virtual Type | GetType () const =0 |
MessageToken - Information about an message token.
|
strong |
|
pure virtual |
|
pure virtual |
Implemented in ttv::chat::BitsToken, ttv::chat::UrlToken, ttv::chat::MentionToken, ttv::chat::EmoticonToken, and ttv::chat::TextToken.
1.8.13