Enum telegram::schema::InputDocument []

pub enum InputDocument {
    inputDocumentEmpty,
    inputDocument {
        id: i64,
        access_hash: i64,
    },
}

Variants

Fields of inputDocument

Trait Implementations

impl Debug for InputDocument
[src]

Formats the value using the given formatter.

impl Serialize for InputDocument

Serialize to the passed buffer.