Struct telegram::schema::messages::getHistory []

pub struct getHistory {
    pub peer: InputPeer,
    pub offset: i32,
    pub max_id: i32,
    pub limit: i32,
}

Fields

Trait Implementations

impl Debug for getHistory
[src]

Formats the value using the given formatter.

impl Serialize for getHistory

Serialize to the passed buffer.