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