java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageAudio
- Enclosing class:
- TdApi
An audio message.
-
Field Summary
Modifier and TypeFieldDescriptionThumbnail of the cover for the album; pass null to skip thumbnail uploading.Audio file to be sent.Audio caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final int
Identifier uniquely determining type of the object.int
Duration of the audio, in seconds; may be replaced by the server.Performer of the audio; 0-64 characters, may be replaced by the server.Title of the audio; 0-64 characters; may be replaced by the server. -
Constructor Summary
ConstructorDescriptionAn audio message.InputMessageAudio
(TdApi.InputFile audio, TdApi.InputThumbnail albumCoverThumbnail, int duration, String title, String performer, TdApi.FormattedText caption) An audio message.InputMessageAudio
(DataInput input) An audio message. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
audio
Audio file to be sent. -
albumCoverThumbnail
Thumbnail of the cover for the album; pass null to skip thumbnail uploading. -
duration
public int durationDuration of the audio, in seconds; may be replaced by the server. -
title
Title of the audio; 0-64 characters; may be replaced by the server. -
performer
Performer of the audio; 0-64 characters, may be replaced by the server. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageAudio
public InputMessageAudio()An audio message. -
InputMessageAudio
public InputMessageAudio(TdApi.InputFile audio, TdApi.InputThumbnail albumCoverThumbnail, int duration, String title, String performer, TdApi.FormattedText caption) An audio message.- Parameters:
audio
- Audio file to be sent.albumCoverThumbnail
- Thumbnail of the cover for the album; pass null to skip thumbnail uploading.duration
- Duration of the audio, in seconds; may be replaced by the server.title
- Title of the audio; 0-64 characters; may be replaced by the server.performer
- Performer of the audio; 0-64 characters, may be replaced by the server.caption
- Audio caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
-
InputMessageAudio
An audio message.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-