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
All Methods Instance Methods Concrete Methods 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
inputMessageContent, replyMarkup
-
-
-
-
Method Detail
-
title
public InlineQueryResultCachedPhoto title(java.lang.String title)
-
description
public InlineQueryResultCachedPhoto description(java.lang.String description)
-
caption
public InlineQueryResultCachedPhoto caption(java.lang.String caption)
-
parseMode
public InlineQueryResultCachedPhoto parseMode(ParseMode parseMode)
-
-