Enum telegram_bot_client::Update [] [src]

pub enum Update {
    Message(Value),
    EditedMessage(Value),
    ChannelPost(Value),
    EditedChannelPost(Value),
    InlineQuery(Value),
    ChosenInlineResult(Value),
    CallbackQuery(Value),
    ShippingQuery(Value),
    PreCheckoutQuery(Value),
}

Variants

Trait Implementations

impl Debug for Update
[src]

Formats the value using the given formatter.

impl Clone for Update
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more