|
libkazv
|
#include <timeline_batch.hpp>
Public Attributes | |
| EventList | events |
| List of events. More... | |
| std::optional< bool > | limited |
True if the number of events returned was limited by the limit on the filter. More... | |
| std::optional< std::string > | prevBatch |
A token that can be supplied to the from parameter of the /rooms/<room_id>/messages endpoint in order to retrieve earlier events. More... | |
| EventList Kazv::Api::Timeline::events |
List of events.
| std::optional<bool> Kazv::Api::Timeline::limited |
True if the number of events returned was limited by the limit on the filter.
| std::optional<std::string> Kazv::Api::Timeline::prevBatch |
A token that can be supplied to the from parameter of the /rooms/<room_id>/messages endpoint in order to retrieve earlier events.
If no earlier events are available, this property may be omitted from the response.