Struct ruma_client_api::r0::sync::sync_events::Request [] [src]

pub struct Request {
    pub filter: Option<Filter>,
    pub since: Option<String>,
    pub full_state: Option<bool>,
    pub set_presence: Option<SetPresence>,
    pub timeout: Option<u64>,
}

Data for a request to this API endpoint.

Fields

A filter represented either as its full JSON definition or the ID of a saved filter.

A point in time to continue a sync from.

Controls whether to include the full state for all rooms the user is a member of.

Controls whether the client is automatically marked as online by polling this API.

The maximum time to poll in milliseconds before returning this request.

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter.