Class: TD::Types::ChatAction::UploadingVoiceNote

Inherits:
TD::Types::ChatAction show all
Defined in:
lib/tdlib/types/chat_action/uploading_voice_note.rb

Overview

The user is uploading a voice note.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#progressInteger

Upload progress, as a percentage.

Returns:

  • (Integer)

    the current value of progress



5
6
7
# File 'lib/tdlib/types/chat_action/uploading_voice_note.rb', line 5

def progress
  @progress
end