libkazv
Kazv::Api::Timeline Struct Reference

#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...
 

Member Data Documentation

◆ events

EventList Kazv::Api::Timeline::events

List of events.

◆ limited

std::optional<bool> Kazv::Api::Timeline::limited

True if the number of events returned was limited by the limit on the filter.

◆ prevBatch

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.


The documentation for this struct was generated from the following file: