#include <event_context.hpp>
◆ JobResponse()
Kazv::Api::GetEventContextJob::JobResponse::JobResponse |
( |
Response |
r | ) |
|
◆ end()
std::optional< std::string > Kazv::Api::GetEventContextResponse::end |
( |
| ) |
const |
A token that can be used to paginate forwards with.
◆ event()
JsonWrap Kazv::Api::GetEventContextResponse::event |
( |
| ) |
const |
Details of the requested event.
◆ eventsAfter()
EventList Kazv::Api::GetEventContextResponse::eventsAfter |
( |
| ) |
const |
A list of room events that happened just after the requested event, in chronological order.
◆ eventsBefore()
EventList Kazv::Api::GetEventContextResponse::eventsBefore |
( |
| ) |
const |
A list of room events that happened just before the requested event, in reverse-chronological order.
◆ start()
std::optional< std::string > Kazv::Api::GetEventContextResponse::start |
( |
| ) |
const |
A token that can be used to paginate backwards with.
◆ state()
EventList Kazv::Api::GetEventContextResponse::state |
( |
| ) |
const |
The state of the room at the last event returned.
◆ success()
bool Kazv::Api::GetEventContextResponse::success |
( |
| ) |
const |
The documentation for this class was generated from the following files: