| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.inline.send.results |
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.audioDuration(Integer audioDuration)
*Optional*
Sets the duration of the audio to the provided value
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.audioUrl(URL audioUrl)
*Required*
Sets the URL of the audio for the result
|
static InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.builder()
This builder will allow you to progressively construct this object.
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.caption(String caption)
*Optional*
Sets the caption you wat to be sent with this result to the provided String
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.id(String id)
*Optional*
Sets the ID to the provided value.
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.inputMessageContent(InputMessageContent inputMessageContent)
*Optional*
Sets the content you want to be sent with this result to the provided InputMessageContent object
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.performer(String performer)
*Optional*
Sets the performer to the provided value
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.title(String title)
*Optional*
Sets the title to the provided value
|
Copyright © 2017. All rights reserved.