public class InlineQueryResultCachedAudio extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultCachedAudio.InlineQueryResultCachedAudioBuilder |
| Constructor and Description |
|---|
InlineQueryResultCachedAudio() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultCachedAudio.InlineQueryResultCachedAudioBuilder |
builder()
This builder will allow you to progressively construct this object.
|
String |
getCaption()
Gets the caption of the result
|
String |
getId()
Gets the ID of this InlineQueryResult object
|
InputMessageContent |
getInputMessageContent()
Gets the content of the message to be sent instead of the audio
|
InlineReplyMarkup |
getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineQueryResultType |
getType()
Get the type of InlineQueryResult that this object refers to
|
public static InlineQueryResultCachedAudio.InlineQueryResultCachedAudioBuilder builder()
public InlineQueryResultType getType()
getType in interface InlineQueryResult@NonNull public String getId()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
public String getCaption()
Copyright © 2017. All rights reserved.