Class InlineQueryResultPhoto.Builder
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResultPhoto.Builder
-
- Enclosing class:
- InlineQueryResultPhoto
public static final class InlineQueryResultPhoto.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQueryResultPhotobuild()InlineQueryResultPhoto.Buildercaption(String caption)InlineQueryResultPhoto.Builderdescription(String description)InlineQueryResultPhoto.Builderid(String id)InlineQueryResultPhoto.BuilderinputMessageContext(InputMessageContent inputMessageContext)InlineQueryResultPhoto.BuilderparseMode(String parseMode)InlineQueryResultPhoto.BuilderphotoHeight(Integer height)InlineQueryResultPhoto.BuilderphotoUrl(String url)InlineQueryResultPhoto.BuilderphotoWidth(Integer width)InlineQueryResultPhoto.BuilderreplyMarkup(InlineKeyboardMarkup replyMarkup)InlineQueryResultPhoto.BuilderthumbUrl(String thumbUrl)InlineQueryResultPhoto.Buildertitle(String title)
-
-
-
Method Detail
-
id
public InlineQueryResultPhoto.Builder id(String id)
-
replyMarkup
public InlineQueryResultPhoto.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
-
photoUrl
public InlineQueryResultPhoto.Builder photoUrl(String url)
-
thumbUrl
public InlineQueryResultPhoto.Builder thumbUrl(String thumbUrl)
-
photoWidth
public InlineQueryResultPhoto.Builder photoWidth(Integer width)
-
photoHeight
public InlineQueryResultPhoto.Builder photoHeight(Integer height)
-
title
public InlineQueryResultPhoto.Builder title(String title)
-
description
public InlineQueryResultPhoto.Builder description(String description)
-
caption
public InlineQueryResultPhoto.Builder caption(String caption)
-
parseMode
public InlineQueryResultPhoto.Builder parseMode(String parseMode)
-
inputMessageContext
public InlineQueryResultPhoto.Builder inputMessageContext(InputMessageContent inputMessageContext)
-
build
public InlineQueryResultPhoto build()
-
-