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

pub struct GetInlineBotResults {
    pub bot: InputUser,
    pub peer: InputPeer,
    pub geo_point: Option<InputGeoPoint>,
    pub query: string,
    pub offset: string,
}

TL-derived from messages.getInlineBotResults

messages.getInlineBotResults#514e999d flags:# bot:InputUser peer:InputPeer geo_point:flags.0?InputGeoPoint query:string offset:string = messages.BotResults;

Fields

Trait Implementations

impl Debug for GetInlineBotResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetInlineBotResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetInlineBotResults
[src]

[src]

[src]

impl Function for GetInlineBotResults
[src]

impl BareSerialize for GetInlineBotResults
[src]

Auto Trait Implementations