public static final class InlineQueryResultPhoto.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultPhoto |
build() |
InlineQueryResultPhoto.Builder |
caption(String caption) |
InlineQueryResultPhoto.Builder |
description(String description) |
InlineQueryResultPhoto.Builder |
id(String id) |
InlineQueryResultPhoto.Builder |
inputMessageContext(InputMessageContent inputMessageContext) |
InlineQueryResultPhoto.Builder |
parseMode(String parseMode) |
InlineQueryResultPhoto.Builder |
photoHeight(Integer height) |
InlineQueryResultPhoto.Builder |
photoUrl(String url) |
InlineQueryResultPhoto.Builder |
photoWidth(Integer width) |
InlineQueryResultPhoto.Builder |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
InlineQueryResultPhoto.Builder |
thumbUrl(String thumbUrl) |
InlineQueryResultPhoto.Builder |
title(String title) |
public InlineQueryResultPhoto.Builder id(String id)
public InlineQueryResultPhoto.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
public InlineQueryResultPhoto.Builder photoUrl(String url)
public InlineQueryResultPhoto.Builder thumbUrl(String thumbUrl)
public InlineQueryResultPhoto.Builder photoWidth(Integer width)
public InlineQueryResultPhoto.Builder photoHeight(Integer height)
public InlineQueryResultPhoto.Builder title(String title)
public InlineQueryResultPhoto.Builder description(String description)
public InlineQueryResultPhoto.Builder caption(String caption)
public InlineQueryResultPhoto.Builder parseMode(String parseMode)
public InlineQueryResultPhoto.Builder inputMessageContext(InputMessageContent inputMessageContext)
public InlineQueryResultPhoto build()
Apache Camel