Module tdlight.api

Class TdApi.InputMessageAudio

Enclosing class:
TdApi

public static final class TdApi.InputMessageAudio extends TdApi.InputMessageContent
An audio message.
  • Field Details

    • audio

      public TdApi.InputFile audio
      Audio file to be sent.
    • albumCoverThumbnail

      public TdApi.InputThumbnail albumCoverThumbnail
      Thumbnail of the cover for the album; pass null to skip thumbnail uploading.
    • duration

      public int duration
      Duration of the audio, in seconds; may be replaced by the server.
    • title

      public String title
      Title of the audio; 0-64 characters; may be replaced by the server.
    • performer

      public String performer
      Performer of the audio; 0-64 characters, may be replaced by the server.
    • caption

      public TdApi.FormattedText caption
      Audio caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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

      public InputMessageAudio(DataInput input) throws IOException
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object