Struct telegram::schema::updates::State []

pub struct State {
    pub pts: i32,
    pub qts: i32,
    pub date: i32,
    pub seq: i32,
    pub unread_count: i32,
}

Fields

Trait Implementations

impl Debug for State
[src]

Formats the value using the given formatter.

impl Serialize for State

Serialize to the passed buffer.