| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.inline.send.results |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.builder()
This builder will allow you to progressively construct this object.
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.caption(String caption)
*Optional*
Sets the caption to the provided value.
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.gifHeight(int gifHeight)
*Optional*
Sets the height of the gif for the result
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.gifUrl(URL gifUrl)
*Required*
Sets the URL of the gif for the result
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.gifWidth(int gifWidth)
*Optional*
Sets the width of the gif for the result
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.id(String id)
*Optional*
Sets the ID to the provided value.
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.inputMessageContent(InputMessageContent inputMessageContent)
*Optional*
Sets the content you want to be sent with this result to the provided InputMessageContent object
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.thumbUrl(URL thumbUrl)
*Required*
Sets the URL of the thumbnail that should show next to the result in the inline result selection pane
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.title(String title)
*Optional*
Sets the title to the provided value
|
Copyright © 2017. All rights reserved.