93 , std::string _accessToken
95 std::string roomId , std::string eventType , std::string stateKey ,
JsonWrap body = {}
115 using namespace Kazv;
Definition: room_state.hpp:38
std::string eventId() const
A unique identifier for the event.
Definition: room_state.cpp:82
bool success() const
Definition: room_state.cpp:71
JobResponse(Response r)
Definition: room_state.cpp:68
Send a state event to the given room.
Definition: room_state.hpp:32
static BaseJob::Query buildQuery()
Definition: room_state.cpp:13
static BaseJob::Body buildBody(std::string roomId, std::string eventType, std::string stateKey, JsonWrap body)
Definition: room_state.cpp:21
SetRoomStateWithKeyJob(std::string serverUrl, std::string _accessToken, std::string roomId, std::string eventType, std::string stateKey, JsonWrap body={})
Send a state event to the given room.
Definition: room_state.cpp:34
static constexpr auto needsAuth()
Definition: room_state.hpp:53
SetRoomStateWithKeyJob withData(JsonWrap j) &&
Definition: room_state.cpp:54
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