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