Struct ruma_client_api::r0::sync::sync_events::Response
[−]
[src]
pub struct Response {
pub next_batch: String,
pub rooms: Rooms,
pub presence: Presence,
}Data in the response from this API endpoint.
Fields
next_batch: String
The batch token to supply in the since param of the next /sync request.
rooms: Rooms
Updates to rooms.
presence: Presence
Updates to the presence status of other users.