java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResult
it.tdlight.jni.TdApi.InlineQueryResultVoiceNote
- Enclosing class:
- TdApi
Represents a voice note.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Unique identifier of the query result.Title of the voice note.Voice note. -
Constructor Summary
ConstructorDescriptionRepresents a voice note.Represents a voice note.InlineQueryResultVoiceNote
(String id, TdApi.VoiceNote voiceNote, String title) Represents a voice note. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Unique identifier of the query result. -
voiceNote
Voice note. -
title
Title of the voice note. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultVoiceNote
public InlineQueryResultVoiceNote()Represents a voice note. -
InlineQueryResultVoiceNote
Represents a voice note.- Parameters:
id
- String Unique identifier of the query result.voiceNote
- VoiceNote Voice note.title
- String Title of the voice note.
-
InlineQueryResultVoiceNote
Represents a voice note.- 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()
-