Class TdApi.ChatActionUploadingVoiceNote

  • Enclosing class:
    TdApi

    public static class TdApi.ChatActionUploadingVoiceNote
    extends TdApi.ChatAction
    The user is uploading a voice note.
    • Field Detail

      • progress

        public int progress
        Upload progress, as a percentage.
      • CONSTRUCTOR

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

      • ChatActionUploadingVoiceNote

        public ChatActionUploadingVoiceNote()
        Default constructor.
      • ChatActionUploadingVoiceNote

        public ChatActionUploadingVoiceNote​(int progress)
        Constructor for initialization of all fields.
        Parameters:
        progress - Upload progress, as a percentage.