java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultAudio
- Enclosing class:
- TdApi
Represents an audio file.
-
Field Summary
Modifier and TypeFieldDescriptionAudio file.static final int
Unique identifier of the query result. -
Constructor Summary
ConstructorDescriptionRepresents an audio file.InlineQueryResultAudio
(DataInput input) Represents an audio file.InlineQueryResultAudio
(String id, TdApi.Audio audio) Represents an audio file. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the query result. -
audio
Audio file. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultAudio
public InlineQueryResultAudio()Represents an audio file. -
InlineQueryResultAudio
Represents an audio file.- Parameters:
id
- String Unique identifier of the query result.audio
- Audio Audio file.
-
InlineQueryResultAudio
Represents an audio file.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-