Struct clacks_mtproto::mtproto::messages::bot_results::BotResults [] [src]

pub struct BotResults {
    pub gallery: bool,
    pub query_id: long,
    pub next_offset: Option<string>,
    pub switch_pm: Option<InlineBotSwitchPM>,
    pub results: Vector<Boxed, BotInlineResult>,
    pub cache_time: int,
    pub users: Vector<Boxed, User>,
}

TL-derived from messages.botResults

messages.botResults#947ca848 flags:# gallery:flags.0?true query_id:long next_offset:flags.1?string switch_pm:flags.2?InlineBotSwitchPM results:Vector<BotInlineResult> cache_time:int users:Vector<User> = messages.BotResults;

Fields

Trait Implementations

impl Debug for BotResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotResults
[src]

impl BareDeserialize for BotResults
[src]

impl IntoBoxed for BotResults
[src]

Auto Trait Implementations

impl Send for BotResults

impl Sync for BotResults