5#include <Quotient/events/roomevent.h>
6#include <Quotient/events/stateevent.h>
7#include <Quotient/jobs/basejob.h>
72inline auto collectResponse(
const GetRoomStateWithKeyJob* job) {
return job->content(); }
178inline auto collectResponse(
const GetJoinedMembersByRoomJob* job) {
return job->joined(); }
Gets the list of currently joined users and their profile data.
Get the m.room.member events for the room.
Get a single event by event ID.
Get all state events in the current state of a room.
Get the state identified by the type and key.
auto collectResponse(const GetAccountDataJob *job)
auto collectResponse(GetOneRoomEventJob *job)