Enum telegram::schema::help::AppUpdate []

pub enum AppUpdate {
    appUpdate {
        id: i32,
        critical: bool,
        url: String,
        text: String,
    },
    noAppUpdate,
}

Variants

Fields of appUpdate

Trait Implementations

impl Debug for AppUpdate
[src]

Formats the value using the given formatter.

impl Serialize for AppUpdate

Serialize to the passed buffer.