Enum rtdlib::types::InlineQueryResult[][src]

Expand description

Represents a single result of an inline query

Variants

Animation

Represents an animation file

Tuple Fields of Animation

0: InlineQueryResultAnimation
Article

Represents a link to an article or web page

Tuple Fields of Article

0: InlineQueryResultArticle
Audio

Represents an audio file

Tuple Fields of Audio

0: InlineQueryResultAudio
Contact

Represents a user contact

Tuple Fields of Contact

0: InlineQueryResultContact
Document

Represents a document

Tuple Fields of Document

0: InlineQueryResultDocument
Game

Represents information about a game

Tuple Fields of Game

0: InlineQueryResultGame
Location

Represents a point on the map

Tuple Fields of Location

0: InlineQueryResultLocation
Photo

Represents a photo

Tuple Fields of Photo

0: InlineQueryResultPhoto
Sticker

Represents a sticker

Tuple Fields of Sticker

0: InlineQueryResultSticker
Venue

Represents information about a venue

Tuple Fields of Venue

0: InlineQueryResultVenue
Video

Represents a video

Tuple Fields of Video

0: InlineQueryResultVideo
VoiceNote

Represents a voice note

Tuple Fields of VoiceNote

0: InlineQueryResultVoiceNote

Implementations

pub fn is_article(&self) -> bool

pub fn on_article<F: FnOnce(&InlineQueryResultArticle)>(&self, fnc: F) -> &Self

pub fn as_article(&self) -> Option<&InlineQueryResultArticle>

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Return td type to json string

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.