Struct gm_types::sync::Timeline [] [src]

pub struct Timeline {
    pub events: Vec<Event>,
    pub prev_batch: String,
    pub limited: bool,
}

A timeline of messages and state changes in a room.

Fields

List of events.

A token that can be supplied as the from parameter of the /rooms/{roomId}/messages endpoint.

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

Trait Implementations

impl Debug for Timeline
[src]

[src]

Formats the value using the given formatter.