Struct clacks_mtproto::mtproto::rpc::bots::AnswerWebhookJSONQuery [] [src]

pub struct AnswerWebhookJSONQuery {
    pub query_id: long,
    pub data: DataJSON,
}

TL-derived from bots.answerWebhookJSONQuery

bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool;

Fields

Trait Implementations

impl Debug for AnswerWebhookJSONQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AnswerWebhookJSONQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for AnswerWebhookJSONQuery
[src]

[src]

[src]

impl Function for AnswerWebhookJSONQuery
[src]

impl BareSerialize for AnswerWebhookJSONQuery
[src]

Auto Trait Implementations