Class InlineQueryResultCachedMpeg4Gif.Builder
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResultCachedMpeg4Gif.Builder
-
- Enclosing class:
- InlineQueryResultCachedMpeg4Gif
public static final class InlineQueryResultCachedMpeg4Gif.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineQueryResultCachedMpeg4Gifbuild()InlineQueryResultCachedMpeg4Gif.Buildercaption(String caption)InlineQueryResultCachedMpeg4Gif.Builderid(String id)InlineQueryResultCachedMpeg4Gif.BuilderinputMessageContext(InputMessageContent inputMessageContext)InlineQueryResultCachedMpeg4Gif.Buildermpeg4FileId(String mpeg4FileId)InlineQueryResultCachedMpeg4Gif.BuilderparseMode(String parseMode)InlineQueryResultCachedMpeg4Gif.BuilderreplyMarkup(InlineKeyboardMarkup replyMarkup)InlineQueryResultCachedMpeg4Gif.Buildertitle(String title)
-
-
-
Method Detail
-
id
public InlineQueryResultCachedMpeg4Gif.Builder id(String id)
-
replyMarkup
public InlineQueryResultCachedMpeg4Gif.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
-
mpeg4FileId
public InlineQueryResultCachedMpeg4Gif.Builder mpeg4FileId(String mpeg4FileId)
-
title
public InlineQueryResultCachedMpeg4Gif.Builder title(String title)
-
caption
public InlineQueryResultCachedMpeg4Gif.Builder caption(String caption)
-
parseMode
public InlineQueryResultCachedMpeg4Gif.Builder parseMode(String parseMode)
-
inputMessageContext
public InlineQueryResultCachedMpeg4Gif.Builder inputMessageContext(InputMessageContent inputMessageContext)
-
build
public InlineQueryResultCachedMpeg4Gif build()
-
-