Class: TD::Types::ChatAction::UploadingDocument
- Inherits:
-
TD::Types::ChatAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatAction
- TD::Types::ChatAction::UploadingDocument
- Defined in:
- lib/tdlib/types/chat_action/uploading_document.rb
Overview
The user is uploading a document.
Instance Attribute Summary collapse
-
#progress ⇒ Integer
Upload progress, as a percentage.
Method Summary
Methods inherited from Base
Instance Attribute Details
#progress ⇒ Integer
Upload progress, as a percentage.
5 6 7 |
# File 'lib/tdlib/types/chat_action/uploading_document.rb', line 5 def progress @progress end |