Struct telegram::schema::messages::sendEncrypted []

pub struct sendEncrypted {
    pub peer: InputEncryptedChat,
    pub random_id: i64,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for sendEncrypted
[src]

Formats the value using the given formatter.

impl Serialize for sendEncrypted

Serialize to the passed buffer.