| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.inline.send.results |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.builder()
This builder will allow you to progressively construct this object.
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.caption(String caption)
*Optional*
Sets the caption to the provided value.
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.gifFileId(String gifFileId)
*Required*
Sets the ID of the cached gif file on the telegram servers that you want this result to use
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.id(String id)
*Optional*
Sets the ID to the provided value.
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.inputMessageContent(InputMessageContent inputMessageContent)
*Optional*
Sets the content you want to be sent with this result to the provided InputMessageContent object
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.title(String title)
*Optional*
Sets the title to the provided value
|
Copyright © 2017. All rights reserved.