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