Struct telegram::schema::messages::requestEncryption []

pub struct requestEncryption {
    pub user_id: InputUser,
    pub random_id: i32,
    pub g_a: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for requestEncryption
[src]

Formats the value using the given formatter.

impl Serialize for requestEncryption

Serialize to the passed buffer.