Class InlineQueryResultCachedPhoto
java.lang.Object
com.pengrad.telegrambot.model.request.InlineQueryResult<InlineQueryResultCachedPhoto>
com.pengrad.telegrambot.model.request.InlineQueryResultCachedPhoto
- All Implemented Interfaces:
java.io.Serializable
public class InlineQueryResultCachedPhoto extends InlineQueryResult<InlineQueryResultCachedPhoto> implements java.io.Serializable
Stas Parshin
06 May 2016
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InlineQueryResultCachedPhoto(java.lang.String id, java.lang.String fileId) -
Method Summary
Modifier and Type Method Description InlineQueryResultCachedPhotocaption(java.lang.String caption)InlineQueryResultCachedPhotodescription(java.lang.String description)InlineQueryResultCachedPhotoparseMode(ParseMode parseMode)InlineQueryResultCachedPhototitle(java.lang.String title)Methods inherited from class com.pengrad.telegrambot.model.request.InlineQueryResult
captionEntities, inputMessageContent, replyMarkup, showCaptionAboveMedia
-
Constructor Details
-
InlineQueryResultCachedPhoto
public InlineQueryResultCachedPhoto(java.lang.String id, java.lang.String fileId)
-
-
Method Details