Class TdApi.ChatActionUploadingDocument

Enclosing class:
TdApi

public static class TdApi.ChatActionUploadingDocument extends TdApi.ChatAction
The user is uploading a document.
  • Field Details

    • progress

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

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatActionUploadingDocument

      public ChatActionUploadingDocument()
      The user is uploading a document.
    • ChatActionUploadingDocument

      public ChatActionUploadingDocument(int progress)
      The user is uploading a document.
      Parameters:
      progress - Upload progress, as a percentage.
  • 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