Enum telegram::schema::EncryptedFile []

pub enum EncryptedFile {
    encryptedFileEmpty,
    encryptedFile {
        id: i64,
        access_hash: i64,
        size: i32,
        dc_id: i32,
        key_fingerprint: i32,
    },
}

Variants

Fields of encryptedFile

Trait Implementations

impl Debug for EncryptedFile
[src]

Formats the value using the given formatter.

impl Serialize for EncryptedFile

Serialize to the passed buffer.