Struct telebot::objects::Update [] [src]

pub struct Update {
    pub update_id: Integer,
    pub message: Option<Message>,
    pub edited_message: Option<Message>,
    pub channel_post: Option<Message>,
    pub edited_channel_post: Option<Message>,
    pub inline_query: Option<InlineQuery>,
    pub chosen_inline_result: Option<()>,
    pub callback_query: Option<()>,
}

Fields

Trait Implementations

impl Debug for Update
[src]

Formats the value using the given formatter.