Class TdApi.InputMessageVoiceNote

    • Field Detail

      • duration

        public int duration
        Duration of the voice note, in seconds.
      • waveform

        public byte[] waveform
        Waveform representation of the voice note, in 5-bit format.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InputMessageVoiceNote

        public InputMessageVoiceNote()
        Default constructor.
      • InputMessageVoiceNote

        public InputMessageVoiceNote​(TdApi.InputFile voiceNote,
                                     int duration,
                                     byte[] waveform,
                                     TdApi.FormattedText caption)
        Constructor for initialization of all fields.
        Parameters:
        voiceNote - Voice note to be sent.
        duration - Duration of the voice note, in seconds.
        waveform - Waveform representation of the voice note, in 5-bit format.
        caption - Voice note caption; 0-200 characters.