|
libkazv
|
Send multiple to device messages. More...
#include <client-model.hpp>
Public Attributes | |
| immer::map< std::string, immer::map< std::string, Event > > | userToDeviceToEventMap |
| A map from user id to device id to the event. | |
| std::optional< std::string > | txnId {std::nullopt} |
| An optional transaction id. Will be generated if not provided. | |
Send multiple to device messages.
Due to limitations of the spec, the type of the Events must be the same.
| std::optional<std::string> Kazv::SendMultipleToDeviceMessagesAction::txnId {std::nullopt} |
An optional transaction id. Will be generated if not provided.
| immer::map<std::string, immer::map<std::string, Event> > Kazv::SendMultipleToDeviceMessagesAction::userToDeviceToEventMap |
A map from user id to device id to the event.