[][src]Module tbot::types::inline_query::result

Types for representing an InlineQueryResult.

Re-exports

pub use article::Article;
pub use audio::Audio;
pub use document::Document;
pub use photo::Photo;
pub use video::Video;
pub use voice::Voice;

Modules

article

Types for representing InlineQueryResult::Article.

audio

Types for representing InlineQueryResult::Audio.

document

Types for representing InlineQueryResult::Document.

gif

Types for representing InlineQueryResult::Gif.

mpeg4_gif

Types for representing InlineQueryResult::Mpeg4Gif.

photo

Types for representing InlineQueryResult::Photo.

video

Types for representing InlineQueryResult::Video.

voice

Types for representing InlineQueryResult::Voice.

Structs

Contact

Represents an InlineQueryResultContact.

Game

Represents an InlineQueryResultGame.

Gif

Represents an InlineQueryResultGif/InlineQueryResultCachedGif.

Location

Represents an InlineQueryResultLocation.

Mpeg4Gif

Represents an InlineQueryResultMpeg4Gif/InlineQueryResultCachedMpeg4Gif.

Result

Represents an InlineQueryResult.

Sticker

Represents an InlineQueryResultCachedSticker.

Thumb

Represents a thumb.

Venue

Represents an InlineQueryResultVenue.

Enums

Kind

Represents different kinds of InlineQueryResult.