Enum telegram_bot_types::request::InlineQueryResult [] [src]

pub enum InlineQueryResult {
    Article {
        id: String,
        title: String,
        message_text: String,
    },
}

Variants

Fields of Article

Methods

impl InlineQueryResult
[src]

Trait Implementations

impl Clone for InlineQueryResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InlineQueryResult
[src]

Formats the value using the given formatter.