Struct clacks::mtproto::rpc::messages::startBot [] [src]

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

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 Function for startBot
[src]

impl BareSerialize for startBot
[src]

[src]

Auto Trait Implementations

impl Send for startBot

impl Sync for startBot