public static final class InlineQueryResultCachedPhoto.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultCachedPhoto |
build() |
InlineQueryResultCachedPhoto.Builder |
caption(String caption) |
InlineQueryResultCachedPhoto.Builder |
description(String description) |
InlineQueryResultCachedPhoto.Builder |
id(String id) |
InlineQueryResultCachedPhoto.Builder |
inputMessageContext(InputMessageContent inputMessageContext) |
InlineQueryResultCachedPhoto.Builder |
parseMode(String parseMode) |
InlineQueryResultCachedPhoto.Builder |
photoFileId(String photoFileId) |
InlineQueryResultCachedPhoto.Builder |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
InlineQueryResultCachedPhoto.Builder |
title(String title) |
public InlineQueryResultCachedPhoto.Builder id(String id)
public InlineQueryResultCachedPhoto.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
public InlineQueryResultCachedPhoto.Builder photoFileId(String photoFileId)
public InlineQueryResultCachedPhoto.Builder title(String title)
public InlineQueryResultCachedPhoto.Builder description(String description)
public InlineQueryResultCachedPhoto.Builder caption(String caption)
public InlineQueryResultCachedPhoto.Builder parseMode(String parseMode)
public InlineQueryResultCachedPhoto.Builder inputMessageContext(InputMessageContent inputMessageContext)
public InlineQueryResultCachedPhoto build()
Apache Camel