Struct clacks_mtproto::mtproto::update::BotInlineSend [] [src]

pub struct BotInlineSend {
    pub user_id: int,
    pub query: string,
    pub geo: Option<GeoPoint>,
    pub id: string,
    pub msg_id: Option<InputBotInlineMessageID>,
}

TL-derived from updateBotInlineSend

updateBotInlineSend#e48f964 flags:# user_id:int query:string geo:flags.0?GeoPoint id:string msg_id:flags.1?InputBotInlineMessageID = Update;

Fields

Trait Implementations

impl Debug for BotInlineSend
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotInlineSend
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotInlineSend
[src]

impl BareDeserialize for BotInlineSend
[src]

impl IntoBoxed for BotInlineSend
[src]

[src]

Auto Trait Implementations

impl Send for BotInlineSend

impl Sync for BotInlineSend