Class TdApi.ChatActionUploadingVideo

  • Enclosing class:
    TdApi

    public static class TdApi.ChatActionUploadingVideo
    extends TdApi.ChatAction
    The user is uploading a video.
    • 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

      • ChatActionUploadingVideo

        public ChatActionUploadingVideo()
        The user is uploading a video.
      • ChatActionUploadingVideo

        public ChatActionUploadingVideo​(int progress)
        The user is uploading a video.
        Parameters:
        progress - Upload progress, as a percentage.