public class InlineQueryResultPhoto extends InlineQueryResult<InlineQueryResultPhoto> implements java.io.Serializable
| Constructor and Description |
|---|
InlineQueryResultPhoto(java.lang.String id,
java.lang.String photoUrl,
java.lang.String thumbUrl) |
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultPhoto |
caption(java.lang.String caption) |
InlineQueryResultPhoto |
description(java.lang.String description) |
InlineQueryResultPhoto |
parseMode(ParseMode parseMode) |
InlineQueryResultPhoto |
photoHeight(java.lang.Integer photoHeight) |
InlineQueryResultPhoto |
photoWidth(java.lang.Integer photoWidth) |
InlineQueryResultPhoto |
title(java.lang.String title) |
inputMessageContent, replyMarkuppublic InlineQueryResultPhoto(java.lang.String id,
java.lang.String photoUrl,
java.lang.String thumbUrl)
public InlineQueryResultPhoto photoWidth(java.lang.Integer photoWidth)
public InlineQueryResultPhoto photoHeight(java.lang.Integer photoHeight)
public InlineQueryResultPhoto title(java.lang.String title)
public InlineQueryResultPhoto description(java.lang.String description)
public InlineQueryResultPhoto caption(java.lang.String caption)
public InlineQueryResultPhoto parseMode(ParseMode parseMode)