Struct telegram::schema::Config []

pub struct Config {
    pub date: i32,
    pub expires: i32,
    pub test_mode: bool,
    pub this_dc: i32,
    pub dc_options: Vec<DcOption>,
    pub chat_big_size: i32,
    pub chat_size_max: i32,
    pub broadcast_size_max: i32,
    pub disabled_features: Vec<DisabledFeature>,
}

Fields

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Serialize for Config

Serialize to the passed buffer.