libkazv
Kazv::SaveLocalEchoAction Struct Reference

Saves an local echo. More...

#include <client-model.hpp>

Collaboration diagram for Kazv::SaveLocalEchoAction:

Public Attributes

std::string roomId
 The room id. More...
 
Event event
 The event to send. More...
 
std::optional< std::string > txnId {std::nullopt}
 The chosen txnId for this event. If not specified, generate from the current ClientModel. More...
 

Detailed Description

Saves an local echo.

After dispatching this action, the result should be such that result.dataStr("txnId") contains the transaction id to be used in SendMessageAction.

Member Data Documentation

◆ event

Event Kazv::SaveLocalEchoAction::event

The event to send.

◆ roomId

std::string Kazv::SaveLocalEchoAction::roomId

The room id.

◆ txnId

std::optional<std::string> Kazv::SaveLocalEchoAction::txnId {std::nullopt}

The chosen txnId for this event. If not specified, generate from the current ClientModel.


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