| Interface | Description |
|---|---|
| InlineQueryHandler |
Interface that handles inline queries received from a bot.
|
| InputMessageContent |
This object represents the content of a message to be sent as a result of an inline query.
|
| Class | Description |
|---|---|
| CallbackDataInlineKeyboardButton |
This object represents one button of an inline keyboard.
|
| CallbackGameInlineKeyboardButton |
This object represents one button of an inline keyboard.
|
| ChosenInlineResult |
Represents a result of an inline query that was
chosen by the user and sent to their chat partner.
|
| InlineKeyboardButton |
This object represents one button of an inline keyboard.
|
| InlineKeyboardButtonAdapter |
JSON adapter for class
InlineKeyboardButton. |
| InlineQuery |
This object represents an incoming inline query.
|
| InlineQueryResult |
This object represents one result of an inline query.
|
| InlineQueryResultAdapter |
JSON adapter for class
InlineQueryResult. |
| InlineQueryResultArticle |
Represents a link to an article or web page.
|
| InlineQueryResultAudio |
Represents a link to an mp3 audio file.
|
| InlineQueryResultCachedAudio |
Represents a link to an mp3 audio file stored on the Telegram servers.
|
| InlineQueryResultCachedDocument |
Represents a link to a file stored on the Telegram servers.
|
| InlineQueryResultCachedGif |
Represents a link to an animated GIF file stored on the Telegram servers.
|
| InlineQueryResultCachedMpeg4Gif |
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on
the Telegram servers.
|
| InlineQueryResultCachedPhoto |
Represents a link to a photo stored on the Telegram servers.
|
| InlineQueryResultCachedSticker |
Represents a link to a sticker stored on the Telegram servers.
|
| InlineQueryResultCachedVideo |
Represents a link to a video file stored on the Telegram servers.
|
| InlineQueryResultCachedVoice |
Represents a link to a voice message stored on the Telegram servers.
|
| InlineQueryResultContact |
Represents a contact with a phone number.
|
| InlineQueryResultDocument |
Represents a link to a file.
|
| InlineQueryResultGame |
Represents a Game.
|
| InlineQueryResultGif |
Represents a link to a photo.
|
| InlineQueryResultLocation |
Represents a location on a map.
|
| InlineQueryResultMpeg4Gif |
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound).
|
| InlineQueryResultPhoto |
Represents a link to a photo.
|
| InlineQueryResultVenue |
Represents a venue.
|
| InlineQueryResultVideo |
Represents a link to a page containing an embedded video player or a video file.
|
| InlineQueryResultVoice |
Represents a link to a voice recording in an .ogg container encoded with OPUS.
|
| InputContactMessageContent |
Represents the content of a contact message to be sent as the result of an inline query.
|
| InputLocationMessageContent |
Represents the content of a location message to be sent as the result of an inline query.
|
| InputMessageContentAdapter |
JSON adapter for class
InputMessageContent. |
| InputTextMessageContent |
Represents the content of a text message to be sent as the result of an inline query.
|
| InputVenueMessageContent |
Represents the content of a venue message to be sent as the result of an inline query.
|
| PayInlineKeyboardButton |
This object represents one pay button of an inline keyboard.
|
| SwitchInlineQueryCurrentChatInlineKeyboardButton |
This object represents one button of an inline keyboard.
|
| SwitchInlineQueryInlineKeyboardButton |
This object represents one button of an inline keyboard.
|
| UrlInlineKeyboardButton |
This object represents one button of an inline keyboard.
|