public class InlineQueryResultCachedVoice extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultCachedVoice.InlineQueryResultCachedVoiceBuilder |
| Constructor and Description |
|---|
InlineQueryResultCachedVoice() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultCachedVoice.InlineQueryResultCachedVoiceBuilder |
builder() |
String |
getCaption() |
String |
getId() |
InputMessageContent |
getInputMessageContent() |
InlineReplyMarkup |
getReplyMarkup() |
String |
getTitle() |
InlineQueryResultType |
getType() |
String |
getVoiceFileId() |
public static InlineQueryResultCachedVoice.InlineQueryResultCachedVoiceBuilder builder()
public InlineQueryResultType getType()
@NonNull public String getId()
@NonNull public String getVoiceFileId()
@NonNull public String getTitle()
public InlineReplyMarkup getReplyMarkup()
public InputMessageContent getInputMessageContent()
public String getCaption()
Copyright © 2016. All rights reserved.