Expand description

Represents a single result of an inline query

Variants

Animation(InlineQueryResultAnimation)

Represents an animation file

Article(InlineQueryResultArticle)

Represents a link to an article or web page

Audio(InlineQueryResultAudio)

Represents an audio file

Contact(InlineQueryResultContact)

Represents a user contact

Document(InlineQueryResultDocument)

Represents a document

Game(InlineQueryResultGame)

Represents information about a game

Location(InlineQueryResultLocation)

Represents a point on the map

Photo(InlineQueryResultPhoto)

Represents a photo

Sticker(InlineQueryResultSticker)

Represents a sticker

Venue(InlineQueryResultVenue)

Represents information about a venue

Video(InlineQueryResultVideo)

Represents a video

VoiceNote(InlineQueryResultVoiceNote)

Represents a voice note

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)

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.