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