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

#include <chattypes.h>

Public Member Functions

 Emoticon ()
 
bool operator== (const Emoticon &rhs) const
 

Public Attributes

std::regex regex
 
std::string match
 
EmoticonId emoticonId
 
bool isRegex
 

Detailed Description

StringEmoticon - Describes an emoticon with a simple string match.

Constructor & Destructor Documentation

◆ Emoticon()

ttv::chat::Emoticon::Emoticon ( )

Member Function Documentation

◆ operator==()

bool ttv::chat::Emoticon::operator== ( const Emoticon rhs) const

Member Data Documentation

◆ emoticonId

EmoticonId ttv::chat::Emoticon::emoticonId

◆ isRegex

bool ttv::chat::Emoticon::isRegex

◆ match

std::string ttv::chat::Emoticon::match

◆ regex

std::regex ttv::chat::Emoticon::regex

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