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