Struct gm_types::sync::LeftRoom [] [src]

pub struct LeftRoom {
    pub state: Events,
    pub timeline: Timeline,
}

Information about a room the user has left, or been banned from.

Fields

The state updates for the room up to the start of the timeline.

The timeline of messages and state changes in the room up to the point when the user left.

Trait Implementations

impl Debug for LeftRoom
[src]

[src]

Formats the value using the given formatter.