Struct telegram::schema::messages::sendEncryptedFile []

pub struct sendEncryptedFile {
    pub peer: InputEncryptedChat,
    pub random_id: i64,
    pub data: Vec<u8>,
    pub file: InputEncryptedFile,
}

Fields

Trait Implementations

impl Debug for sendEncryptedFile
[src]

Formats the value using the given formatter.

impl Serialize for sendEncryptedFile

Serialize to the passed buffer.