Struct telegram_bot_types::response::InlineQuery [] [src]

pub struct InlineQuery {
    pub id: String,
    pub from: User,
    pub query: String,
    pub offset: String,
}

Fields

Trait Implementations

impl Clone for InlineQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InlineQuery
[src]

Formats the value using the given formatter.