* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#pragma once
#include"types.hpp"
#include"event.hpp"
namespaceKazv::Api{
structTimeline
{
/// List of events.
EventListevents;
/// True if the number of events returned was limited by the `limit` on the filter.
std::optional<bool>limited;
/// A token that can be supplied to the `from` parameter of the [`/rooms/<room_id>/messages`](#get_matrixclientv3roomsroomidmessages) endpoint in order to retrieve earlier events.
/// If no earlier events are available, this property may be omitted from the response.