Struct telegram_bot_types::response::ChosenInlineResult [] [src]

pub struct ChosenInlineResult {
    pub result_id: String,
    pub from: User,
    pub query: String,
}

Fields

Trait Implementations

impl Clone for ChosenInlineResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChosenInlineResult
[src]

Formats the value using the given formatter.