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
Send a message event to the given room.
Definition room_send.hpp:22
SendMessageJob withData(JsonWrap j) &&
Definition room_send.cpp:54
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:94
Definition basejob.hpp:68
::Kazv::Body Body
Definition basejob.hpp:103
Definition jsonwrap.hpp:23
Definition location.hpp:10
Definition location.hpp:10
Definition location.hpp:27
Definition basejob.hpp:49