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