Enum telegram::schema::InputFileLocation []

pub enum InputFileLocation {
    inputFileLocation {
        volume_id: i64,
        local_id: i32,
        secret: i64,
    },
    inputVideoFileLocation {
        id: i64,
        access_hash: i64,
    },
    inputEncryptedFileLocation {
        id: i64,
        access_hash: i64,
    },
    inputAudioFileLocation {
        id: i64,
        access_hash: i64,
    },
    inputDocumentFileLocation {
        id: i64,
        access_hash: i64,
    },
}

Variants

Fields of inputFileLocation

Fields of inputVideoFileLocation

Fields of inputEncryptedFileLocation

Fields of inputAudioFileLocation

Fields of inputDocumentFileLocation

Trait Implementations

impl Debug for InputFileLocation
[src]

Formats the value using the given formatter.

impl Serialize for InputFileLocation

Serialize to the passed buffer.