Struct telegram::schema::initConnection []

pub struct initConnection {
    pub api_id: i32,
    pub device_model: String,
    pub system_version: String,
    pub app_version: String,
    pub lang_code: String,
    pub query: Box<Any>,
}

Fields

Trait Implementations

impl Debug for initConnection
[src]

Formats the value using the given formatter.

impl Serialize for initConnection

Serialize to the passed buffer.