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