Struct telegram::schema::messages::acceptEncryption []

pub struct acceptEncryption {
    pub peer: InputEncryptedChat,
    pub g_b: Vec<u8>,
    pub key_fingerprint: i64,
}

Fields

Trait Implementations

impl Debug for acceptEncryption
[src]

Formats the value using the given formatter.

impl Serialize for acceptEncryption

Serialize to the passed buffer.