Package it.tdlight.jni
Class TdApi.InputMessageAudio
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageAudio
- Enclosing class:
- TdApi
public static class TdApi.InputMessageAudio extends TdApi.InputMessageContent
An audio message.
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputThumbnail
albumCoverThumbnail
Thumbnail of the cover for the album; pass null to skip thumbnail uploading.TdApi.InputFile
audio
Audio file to be sent.TdApi.FormattedText
caption
Audio caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.static int
CONSTRUCTOR
int
duration
Duration of the audio, in seconds; may be replaced by the server.String
performer
Performer of the audio; 0-64 characters, may be replaced by the server.String
title
Title of the audio; 0-64 characters; may be replaced by the server. -
Constructor Summary
Constructors Constructor Description InputMessageAudio()
An audio message.InputMessageAudio(TdApi.InputFile audio, TdApi.InputThumbnail albumCoverThumbnail, int duration, String title, String performer, TdApi.FormattedText caption)
An audio message.InputMessageAudio(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods 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 CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- InputFile Audio file to be sent.albumCoverThumbnail
- InputThumbnail Thumbnail of the cover for the album; pass null to skip thumbnail uploading.duration
- int Duration of the audio, in seconds; may be replaced by the server.title
- String Title of the audio; 0-64 characters; may be replaced by the server.performer
- String Performer of the audio; 0-64 characters, may be replaced by the server.caption
- FormattedText Audio caption; pass null to use an empty caption; 0-GetOption("message_caption_length_max") characters.
-
InputMessageAudio
- 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()
-