[][src]Struct tg_botapi::types::InlineQueryResultVenue

pub struct InlineQueryResultVenue {
    pub id: String,
    pub latitude: f64,
    pub longitude: f64,
    pub title: String,
    pub address: String,
    pub foursquare_id: Option<String>,
    pub foursquare_type: Option<String>,
    pub reply_markup: Option<InlineKeyboardMarkup>,
    pub input_message_content: Option<InputMessageContent>,
    pub thumb_url: Option<String>,
    pub thumb_width: Option<i64>,
    pub thumb_height: Option<i64>,
}

Fields

id: Stringlatitude: f64longitude: f64title: Stringaddress: Stringfoursquare_id: Option<String>foursquare_type: Option<String>reply_markup: Option<InlineKeyboardMarkup>input_message_content: Option<InputMessageContent>thumb_url: Option<String>thumb_width: Option<i64>thumb_height: Option<i64>

Trait Implementations

impl From<InlineQueryResultVenue> for InlineQueryResult[src]

impl Clone for InlineQueryResultVenue[src]

impl Debug for InlineQueryResultVenue[src]

impl Serialize for InlineQueryResultVenue[src]

Auto Trait Implementations

Blanket Implementations

impl<'a, T> Captures<'a> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]