Class: TD::Types::ChatAction::UploadingVideo
- Inherits:
-
TD::Types::ChatAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatAction
- TD::Types::ChatAction::UploadingVideo
- Defined in:
- lib/tdlib/types/chat_action/uploading_video.rb
Overview
The user is uploading a video.
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_video.rb', line 5 def progress @progress end |