Struct clacks_mtproto::mtproto::rpc::messages::StartBot [] [src]

pub struct StartBot {
    pub bot: InputUser,
    pub peer: InputPeer,
    pub random_id: long,
    pub start_param: string,
}

TL-derived from messages.startBot

messages.startBot#e6df7378 bot:InputUser peer:InputPeer random_id:long start_param:string = Updates;

Fields

Trait Implementations

impl Debug for StartBot
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StartBot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for StartBot
[src]

[src]

[src]

impl Function for StartBot
[src]

impl BareSerialize for StartBot
[src]

Auto Trait Implementations

impl Send for StartBot

impl Sync for StartBot