|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <ChatManager.h>
Public Types | |
| enum class | Kind { TEXT , IMAGE , LINK } |
Public Attributes | |
| Kind | kind = Kind::TEXT |
| std::string | senderUniqueId |
| std::string | username |
| std::string | content |
| double | ts = 0.0 |
Definition at line 23 of file ChatManager.h.
|
strong |
| Enumerator | |
|---|---|
| TEXT | |
| IMAGE | |
| LINK | |
Definition at line 25 of file ChatManager.h.
| std::string ChatMessageModel::content |
Definition at line 34 of file ChatManager.h.
| Kind ChatMessageModel::kind = Kind::TEXT |
Definition at line 31 of file ChatManager.h.
| std::string ChatMessageModel::senderUniqueId |
Definition at line 32 of file ChatManager.h.
| double ChatMessageModel::ts = 0.0 |
Definition at line 35 of file ChatManager.h.
| std::string ChatMessageModel::username |
Definition at line 33 of file ChatManager.h.