Class InlineQueryResultPhoto
java.lang.Object
com.pengrad.telegrambot.model.request.InlineQueryResult<InlineQueryResultPhoto>
com.pengrad.telegrambot.model.request.InlineQueryResultPhoto
- All Implemented Interfaces:
java.io.Serializable
public class InlineQueryResultPhoto extends InlineQueryResult<InlineQueryResultPhoto> implements java.io.Serializable
stas
1/12/16.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InlineQueryResultPhoto(java.lang.String id, java.lang.String photoUrl, java.lang.String thumbnailUrl) -
Method Summary
Modifier and Type Method Description InlineQueryResultPhotocaption(java.lang.String caption)InlineQueryResultPhotodescription(java.lang.String description)InlineQueryResultPhotoparseMode(ParseMode parseMode)InlineQueryResultPhotophotoHeight(java.lang.Integer photoHeight)InlineQueryResultPhotophotoWidth(java.lang.Integer photoWidth)InlineQueryResultPhototitle(java.lang.String title)Methods inherited from class com.pengrad.telegrambot.model.request.InlineQueryResult
captionEntities, inputMessageContent, replyMarkup, showCaptionAboveMedia
-
Constructor Details
-
InlineQueryResultPhoto
public InlineQueryResultPhoto(java.lang.String id, java.lang.String photoUrl, java.lang.String thumbnailUrl)
-
-
Method Details