Struct telegram::schema::messages::AffectedHistory []

pub struct AffectedHistory {
    pub pts: i32,
    pub seq: i32,
    pub offset: i32,
}

Fields

Trait Implementations

impl Debug for AffectedHistory
[src]

Formats the value using the given formatter.

impl Serialize for AffectedHistory

Serialize to the passed buffer.