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

pub struct BotWebhookJSON {
    pub data: DataJSON,
}

TL-derived from updateBotWebhookJSON

updateBotWebhookJSON#8317c0c3 data:DataJSON = Update;

Fields

Trait Implementations

impl Debug for BotWebhookJSON
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotWebhookJSON
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotWebhookJSON
[src]

impl BareDeserialize for BotWebhookJSON
[src]

impl IntoBoxed for BotWebhookJSON
[src]

[src]

Auto Trait Implementations