Struct telegram::schema::messages::readHistory []

pub struct readHistory {
    pub peer: InputPeer,
    pub max_id: i32,
    pub offset: i32,
    pub read_contents: bool,
}

Fields

Trait Implementations

impl Debug for readHistory
[src]

Formats the value using the given formatter.

impl Serialize for readHistory

Serialize to the passed buffer.