| Package | Description |
|---|---|
| org.apache.camel.component.telegram.model |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineQueryResultArticle
Represents a link to an article or web page.
|
class |
InlineQueryResultAudio
Represents a link to an MP3 audio file.
|
class |
InlineQueryResultCachedAudio
Represents a link to an MP3 audio file stored on the Telegram servers.
|
class |
InlineQueryResultCachedDocument
Represents a link to a file stored on the Telegram servers.
|
class |
InlineQueryResultCachedGif
Represents a link to an animated GIF file stored on the Telegram servers.
|
class |
InlineQueryResultCachedMpeg4Gif
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers.
|
class |
InlineQueryResultCachedPhoto
Represents a link to a photo stored on the Telegram servers.
|
class |
InlineQueryResultCachedSticker
Represents a link to a sticker stored on the Telegram servers.
|
class |
InlineQueryResultCachedVideo
Represents a link to a video file stored on the Telegram servers.
|
class |
InlineQueryResultCachedVoice
Represents a link to a voice message stored on the Telegram servers.
|
class |
InlineQueryResultContact
Represents a contact with a phone number.
|
class |
InlineQueryResultDocument
Represents a link to a file.
|
class |
InlineQueryResultGame
Represents a Game.
|
class |
InlineQueryResultGif
Represents a link to an animated GIF file.
|
class |
InlineQueryResultLocation
Represents a location on a map.
|
class |
InlineQueryResultMpeg4Gif
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound).
|
class |
InlineQueryResultPhoto
Represents a link to a photo.
|
class |
InlineQueryResultVenue
Represents a venue.
|
class |
InlineQueryResultVideo
Represents a link to a page containing an embedded video player or a video file.
|
class |
InlineQueryResultVoice
Represents a link to a voice recording in an .ogg container encoded with OPUS.
|
| Modifier and Type | Method and Description |
|---|---|
List<InlineQueryResult> |
OutgoingAnswerInlineQuery.getResults() |
| Modifier and Type | Method and Description |
|---|---|
OutgoingAnswerInlineQuery.Builder |
OutgoingAnswerInlineQuery.Builder.results(List<InlineQueryResult> results) |
void |
OutgoingAnswerInlineQuery.setResults(List<InlineQueryResult> results) |
| Constructor and Description |
|---|
OutgoingAnswerInlineQuery(String inlineQueryId,
List<InlineQueryResult> results,
Integer cacheTime,
Boolean personal,
String nextOffset,
String switchPmText,
String switchPmParameter) |
Apache Camel