Loading...
Searching...
No Matches
ml::ChatMessage Struct Reference

#include <Malena/Engine/Messaging/ChatMessage.h>

Static Public Member Functions

static std::string isoToHM (const std::string &iso="")

Public Attributes

bool isMine = false
std::string sender
std::string text
std::string timestamp

Detailed Description

Definition at line 12 of file ChatMessage.h.

Member Function Documentation

◆ isoToHM()

std::string ml::ChatMessage::isoToHM ( const std::string & iso = "")
inlinestatic

Definition at line 17 of file ChatMessage.h.

Member Data Documentation

◆ isMine

bool ml::ChatMessage::isMine = false

Definition at line 16 of file ChatMessage.h.

◆ sender

std::string ml::ChatMessage::sender

Definition at line 13 of file ChatMessage.h.

◆ text

std::string ml::ChatMessage::text

Definition at line 14 of file ChatMessage.h.

◆ timestamp

std::string ml::ChatMessage::timestamp

Definition at line 15 of file ChatMessage.h.


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