RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
msg::chatkey Namespace Reference

Variables

constexpr std::string_view Type = "type"
 
constexpr std::string_view TableId = "tableId"
 
constexpr std::string_view GroupId = "groupId"
 
constexpr std::string_view Name = "name"
 
constexpr std::string_view Parts = "participants"
 
constexpr std::string_view Ts = "ts"
 
constexpr std::string_view Username = "username"
 
constexpr std::string_view Text = "text"
 

Variable Documentation

◆ GroupId

constexpr std::string_view msg::chatkey::GroupId = "groupId"
inlineconstexpr

Definition at line 352 of file Message.h.

◆ Name

constexpr std::string_view msg::chatkey::Name = "name"
inlineconstexpr

Definition at line 353 of file Message.h.

◆ Parts

constexpr std::string_view msg::chatkey::Parts = "participants"
inlineconstexpr

Definition at line 354 of file Message.h.

◆ TableId

constexpr std::string_view msg::chatkey::TableId = "tableId"
inlineconstexpr

Definition at line 351 of file Message.h.

◆ Text

constexpr std::string_view msg::chatkey::Text = "text"
inlineconstexpr

Definition at line 357 of file Message.h.

◆ Ts

constexpr std::string_view msg::chatkey::Ts = "ts"
inlineconstexpr

Definition at line 355 of file Message.h.

◆ Type

constexpr std::string_view msg::chatkey::Type = "type"
inlineconstexpr

Definition at line 350 of file Message.h.

◆ Username

constexpr std::string_view msg::chatkey::Username = "username"
inlineconstexpr

Definition at line 356 of file Message.h.