[][src]Enum carapax::prelude::InlineQueryResult

Result of an inline query

Variants

Article(InlineQueryResultArticle)

Link to an article or web page

Audio(InlineQueryResultAudio)

Link to an mp3 audio file

CachedAudio(InlineQueryResultCachedAudio)

Link to an mp3 audio file stored on the Telegram servers

CachedDocument(InlineQueryResultCachedDocument)

Link to a file stored on the Telegram servers

CachedGif(InlineQueryResultCachedGif)

Link to an animated GIF file stored on the Telegram servers

CachedMpeg4Gif(InlineQueryResultCachedMpeg4Gif)

Link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers

CachedPhoto(InlineQueryResultCachedPhoto)

Link to a photo stored on the Telegram servers

CachedSticker(InlineQueryResultCachedSticker)

Link to a sticker stored on the Telegram servers

CachedVideo(InlineQueryResultCachedVideo)

Link to a video file stored on the Telegram servers

CachedVoice(InlineQueryResultCachedVoice)

Link to a voice message stored on the Telegram servers

Contact(InlineQueryResultContact)

Contact with a phone number

Document(InlineQueryResultDocument)

Link to a file

Game(InlineQueryResultGame)

Game

Gif(InlineQueryResultGif)

Link to an animated GIF file

Location(InlineQueryResultLocation)

Location on a map

Mpeg4Gif(InlineQueryResultMpeg4Gif)

Link to a video animation (H.264/MPEG-4 AVC video without sound)

Photo(InlineQueryResultPhoto)

Link to a photo

Venue(InlineQueryResultVenue)

Venue

Video(InlineQueryResultVideo)

Link to a page containing an embedded video player or a video file

Voice(InlineQueryResultVoice)

Link to a voice recording in an .ogg container encoded with OPUS

Trait Implementations

impl From<InlineQueryResultCachedGif> for InlineQueryResult[src]

impl From<InlineQueryResultCachedMpeg4Gif> for InlineQueryResult[src]

impl From<InlineQueryResultCachedSticker> for InlineQueryResult[src]

impl From<InlineQueryResultContact> for InlineQueryResult[src]

impl From<InlineQueryResultVoice> for InlineQueryResult[src]

impl From<InlineQueryResultGame> for InlineQueryResult[src]

impl From<InlineQueryResultCachedAudio> for InlineQueryResult[src]

impl From<InlineQueryResultCachedVoice> for InlineQueryResult[src]

impl From<InlineQueryResultCachedVideo> for InlineQueryResult[src]

impl From<InlineQueryResultLocation> for InlineQueryResult[src]

impl From<InlineQueryResultGif> for InlineQueryResult[src]

impl From<InlineQueryResultCachedDocument> for InlineQueryResult[src]

impl From<InlineQueryResultAudio> for InlineQueryResult[src]

impl From<InlineQueryResultVenue> for InlineQueryResult[src]

impl From<InlineQueryResultArticle> for InlineQueryResult[src]

impl From<InlineQueryResultVideo> for InlineQueryResult[src]

impl From<InlineQueryResultPhoto> for InlineQueryResult[src]

impl From<InlineQueryResultCachedPhoto> for InlineQueryResult[src]

impl From<InlineQueryResultDocument> for InlineQueryResult[src]

impl From<InlineQueryResultMpeg4Gif> for InlineQueryResult[src]

impl Debug for InlineQueryResult[src]

impl Serialize for InlineQueryResult[src]

impl Clone for InlineQueryResult[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T