Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
Data Structures | |
class | ActionMessage |
class | Message |
class | TextMessage |
class | User |
Typedefs | |
typedef std::shared_ptr< const Message > | message_ptr |
Enumerations | |
enum | MessageType { MessageType::Text, MessageType::Action } |
typedef std::shared_ptr<const Message> messaging::message_ptr |
General type to be passed through between internal functions
|
strong |
Message type to distinguish different classes
Enumerator | |
---|---|
Text | Plain text message, TextMessage class conforms this one |
Action | Action message (created with /me), ActionMessage class conforms this one |