74 , std::string _accessToken
76 std::string roomId , std::string eventType , std::string txnId ,
JsonWrap body = {}
Definition: room_send.hpp:28
std::string eventId() const
A unique identifier for the event.
Definition: room_send.cpp:82
bool success() const
Definition: room_send.cpp:71
JobResponse(Response r)
Definition: room_send.cpp:68
Send a message event to the given room.
Definition: room_send.hpp:22
SendMessageJob withData(JsonWrap j) &&
Definition: room_send.cpp:54
SendMessageJob(std::string serverUrl, std::string _accessToken, std::string roomId, std::string eventType, std::string txnId, JsonWrap body={})
Send a message event to the given room.
Definition: room_send.cpp:34
static constexpr auto needsAuth()
Definition: room_send.hpp:43
static BaseJob::Query buildQuery()
Definition: room_send.cpp:13
static BaseJob::Body buildBody(std::string roomId, std::string eventType, std::string txnId, JsonWrap body)
Definition: room_send.cpp:21
Definition: basejob.hpp:91
Definition: basejob.hpp:77
::Kazv::Body Body
Definition: basejob.hpp:100
Definition: jsonwrap.hpp:23
Definition: location.hpp:10
Definition: location.hpp:10
Definition: location.hpp:27
Definition: basejob.hpp:50