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

pub struct BotWebhookJSONQuery {
    pub query_id: long,
    pub data: DataJSON,
    pub timeout: int,
}

TL-derived from updateBotWebhookJSONQuery

updateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout:int = Update;

Fields

Trait Implementations

impl Debug for BotWebhookJSONQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotWebhookJSONQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotWebhookJSONQuery
[src]

impl BareDeserialize for BotWebhookJSONQuery
[src]

impl IntoBoxed for BotWebhookJSONQuery
[src]

[src]

Auto Trait Implementations