public class InlineQueryResultCachedPhoto extends InlineQueryResult<InlineQueryResultCachedPhoto> implements java.io.Serializable
Constructor and Description |
---|
InlineQueryResultCachedPhoto(java.lang.String id,
java.lang.String fileId) |
Modifier and Type | Method and Description |
---|---|
InlineQueryResultCachedPhoto |
caption(java.lang.String caption) |
InlineQueryResultCachedPhoto |
description(java.lang.String description) |
InlineQueryResultCachedPhoto |
parseMode(ParseMode parseMode) |
InlineQueryResultCachedPhoto |
title(java.lang.String title) |
inputMessageContent, replyMarkup
public InlineQueryResultCachedPhoto(java.lang.String id, java.lang.String fileId)
public InlineQueryResultCachedPhoto title(java.lang.String title)
public InlineQueryResultCachedPhoto description(java.lang.String description)
public InlineQueryResultCachedPhoto caption(java.lang.String caption)
public InlineQueryResultCachedPhoto parseMode(ParseMode parseMode)