Struct clacks_mtproto::mtproto::rpc::help::GetAppChangelog [] [src]

pub struct GetAppChangelog {
    pub prev_app_version: string,
}

TL-derived from help.getAppChangelog

help.getAppChangelog#9010ef6f prev_app_version:string = Updates;

Fields

Trait Implementations

impl Debug for GetAppChangelog
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetAppChangelog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetAppChangelog
[src]

[src]

[src]

impl Function for GetAppChangelog
[src]

impl BareSerialize for GetAppChangelog
[src]

Auto Trait Implementations