#include <room_initial_sync.hpp>
◆ JobResponse()
Kazv::Api::RoomInitialSyncJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ accountData()
EventList Kazv::Api::RoomInitialSyncResponse::accountData |
( |
| ) |
const |
The private data that this user has attached to this room.
◆ membership()
std::optional< std::string > Kazv::Api::RoomInitialSyncResponse::membership |
( |
| ) |
const |
The user's membership state in this room.
◆ messages()
The pagination chunk for this room.
◆ roomId()
std::string Kazv::Api::RoomInitialSyncResponse::roomId |
( |
| ) |
const |
◆ state()
EventList Kazv::Api::RoomInitialSyncResponse::state |
( |
| ) |
const |
If the user is a member of the room this will be the current state of the room as a list of events.
If the user has left the room this will be the state of the room when they left it.
◆ success()
bool Kazv::Api::RoomInitialSyncResponse::success |
( |
| ) |
const |
◆ visibility()
std::optional< std::string > Kazv::Api::RoomInitialSyncResponse::visibility |
( |
| ) |
const |
Whether this room is visible to the /publicRooms
API or not.
"
The documentation for this class was generated from the following files: