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

pub struct SetInlineBotResults {
    pub gallery: bool,
    pub private: bool,
    pub query_id: long,
    pub results: Vector<Boxed, InputBotInlineResult>,
    pub cache_time: int,
    pub next_offset: Option<string>,
    pub switch_pm: Option<InlineBotSwitchPM>,
}

TL-derived from messages.setInlineBotResults

messages.setInlineBotResults#eb5ea206 flags:# gallery:flags.0?true private:flags.1?true query_id:long results:Vector<InputBotInlineResult> cache_time:int next_offset:flags.2?string switch_pm:flags.3?InlineBotSwitchPM = Bool;

Fields

Trait Implementations

impl Debug for SetInlineBotResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetInlineBotResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetInlineBotResults
[src]

[src]

[src]

impl Function for SetInlineBotResults
[src]

impl BareSerialize for SetInlineBotResults
[src]

Auto Trait Implementations