Class InlineQueryResult<T extends InlineQueryResult<T>>
java.lang.Object
com.pengrad.telegrambot.model.request.InlineQueryResult<T>
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InlineQueryResultArticle,InlineQueryResultAudio,InlineQueryResultCachedAudio,InlineQueryResultCachedDocument,InlineQueryResultCachedGif,InlineQueryResultCachedMpeg4Gif,InlineQueryResultCachedPhoto,InlineQueryResultCachedSticker,InlineQueryResultCachedVideo,InlineQueryResultCachedVoice,InlineQueryResultContact,InlineQueryResultDocument,InlineQueryResultGame,InlineQueryResultGif,InlineQueryResultLocation,InlineQueryResultMpeg4Gif,InlineQueryResultPhoto,InlineQueryResultVenue,InlineQueryResultVideo,InlineQueryResultVoice
public abstract class InlineQueryResult<T extends InlineQueryResult<T>>
extends java.lang.Object
implements java.io.Serializable
stas
1/12/16.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InlineQueryResult(java.lang.String type, java.lang.String id) -
Method Summary
Modifier and Type Method Description TcaptionEntities(MessageEntity... entities)TinputMessageContent(InputMessageContent inputMessageContent)TreplyMarkup(InlineKeyboardMarkup replyMarkup)TshowCaptionAboveMedia(java.lang.Boolean showCaptionAboveMedia)
-
Constructor Details
-
InlineQueryResult
public InlineQueryResult(java.lang.String type, java.lang.String id)
-
-
Method Details