[][src]Struct tg_botapi::types::InlineQueryResultMpeg4Gif

pub struct InlineQueryResultMpeg4Gif {
    pub id: String,
    pub mpeg4_url: String,
    pub mpeg4_width: Option<i64>,
    pub mpeg4_height: Option<i64>,
    pub mpeg4_duration: Option<i64>,
    pub thumb_url: String,
    pub title: Option<String>,
    pub caption: Option<String>,
    pub parse_mode: ParseMode,
    pub reply_markup: Option<InlineKeyboardMarkup>,
    pub input_message_content: Option<InputMessageContent>,
}

Fields

id: Stringmpeg4_url: Stringmpeg4_width: Option<i64>mpeg4_height: Option<i64>mpeg4_duration: Option<i64>thumb_url: Stringtitle: Option<String>caption: Option<String>parse_mode: ParseModereply_markup: Option<InlineKeyboardMarkup>input_message_content: Option<InputMessageContent>

Trait Implementations

impl From<InlineQueryResultMpeg4Gif> for InlineQueryResult[src]

impl Clone for InlineQueryResultMpeg4Gif[src]

impl Debug for InlineQueryResultMpeg4Gif[src]

impl Serialize for InlineQueryResultMpeg4Gif[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]