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