public static class TdApi.InlineQueryResultAudio extends TdApi.InlineQueryResult
| Modifier and Type | Field and Description |
|---|---|
TdApi.Audio |
audio
Audio file.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique identifier of the query result.
|
| Constructor and Description |
|---|
InlineQueryResultAudio()
Represents an audio file.
|
InlineQueryResultAudio(java.lang.String id,
TdApi.Audio audio)
Represents an audio file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String id
public TdApi.Audio audio
public static final int CONSTRUCTOR
public InlineQueryResultAudio()
public InlineQueryResultAudio(java.lang.String id,
TdApi.Audio audio)
id - Unique identifier of the query result.audio - Audio file.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object