|
libkazv
|
Saves an local echo. More...
#include <client-model.hpp>

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... | |
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.
| Event Kazv::SaveLocalEchoAction::event |
The event to send.
| std::string Kazv::SaveLocalEchoAction::roomId |
The room id.
| std::optional<std::string> Kazv::SaveLocalEchoAction::txnId {std::nullopt} |
The chosen txnId for this event. If not specified, generate from the current ClientModel.