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

pub struct sendInlineBotResult {
    pub silent: bool,
    pub background: bool,
    pub clear_draft: bool,
    pub peer: InputPeer,
    pub reply_to_msg_id: Option<int>,
    pub random_id: long,
    pub query_id: long,
    pub id: string,
}

Fields

Trait Implementations

impl Debug for sendInlineBotResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for sendInlineBotResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for sendInlineBotResult
[src]

impl BareSerialize for sendInlineBotResult
[src]

[src]

Auto Trait Implementations