Uses of Class
org.apache.camel.component.telegram.model.InlineQueryResultCachedGif.Builder
-
Packages that use InlineQueryResultCachedGif.Builder Package Description org.apache.camel.component.telegram.model -
-
Uses of InlineQueryResultCachedGif.Builder in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return InlineQueryResultCachedGif.Builder Modifier and Type Method Description static InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif. builder()InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. caption(String caption)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. gifFileId(String gifFileId)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. id(String id)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. inputMessageContext(InputMessageContent inputMessageContext)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. parseMode(String parseMode)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. replyMarkup(InlineKeyboardMarkup replyMarkup)InlineQueryResultCachedGif.BuilderInlineQueryResultCachedGif.Builder. title(String title)
-