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.Builder
InlineQueryResultCachedGif. builder()
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. caption(String caption)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. gifFileId(String gifFileId)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. id(String id)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. inputMessageContext(InputMessageContent inputMessageContext)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. parseMode(String parseMode)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. replyMarkup(InlineKeyboardMarkup replyMarkup)
InlineQueryResultCachedGif.Builder
InlineQueryResultCachedGif.Builder. title(String title)
-