Class TdApi.ChatActionUploadingPhoto

  • Enclosing class:
    TdApi

    public static class TdApi.ChatActionUploadingPhoto
    extends TdApi.ChatAction
    The user is uploading a photo.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int progress
      Upload progress, as a percentage.
    • 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

      • ChatActionUploadingPhoto

        public ChatActionUploadingPhoto()
        Default constructor.
      • ChatActionUploadingPhoto

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