Struct clacks_mtproto::mtproto::help::app_update::AppUpdate [] [src]

pub struct AppUpdate {
    pub id: int,
    pub critical: Bool,
    pub url: string,
    pub text: string,
}

TL-derived from help.appUpdate

help.appUpdate#8987f311 id:int critical:Bool url:string text:string = help.AppUpdate;

Fields

Trait Implementations

impl Debug for AppUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AppUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AppUpdate
[src]

impl BareDeserialize for AppUpdate
[src]

impl IntoBoxed for AppUpdate
[src]

Auto Trait Implementations

impl Send for AppUpdate

impl Sync for AppUpdate