public class InlineQueryResultAudio extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
| Constructor and Description |
|---|
InlineQueryResultAudio() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultAudio.InlineQueryResultAudioBuilder |
builder() |
int |
getAudioDuration() |
URL |
getAudioUrl() |
String |
getCaption() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
String |
getPerformer() |
InlineReplyMarkup |
getReplyMarkup() |
String |
getTitle() |
InlineQueryResultType |
getType() |
public static InlineQueryResultAudio.InlineQueryResultAudioBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public URL getAudioUrl()
@NonNull public String getTitle()
public String getCaption()
public String getPerformer()
public int getAudioDuration()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
Copyright © 2016. All rights reserved.