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

pub struct SetBotUpdatesStatus {
    pub pending_updates_count: int,
    pub message: string,
}

TL-derived from help.setBotUpdatesStatus

help.setBotUpdatesStatus#ec22cfcd pending_updates_count:int message:string = Bool;

Fields

Trait Implementations

impl Debug for SetBotUpdatesStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetBotUpdatesStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetBotUpdatesStatus
[src]

[src]

[src]

impl Function for SetBotUpdatesStatus
[src]

impl BareSerialize for SetBotUpdatesStatus
[src]

Auto Trait Implementations