Class: TD::Types::MessageContent::VoiceChatEnded
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::VoiceChatEnded
- Defined in:
- lib/tdlib/types/message_content/voice_chat_ended.rb
Overview
A message with information about an ended voice chat.
Instance Attribute Summary collapse
-
#duration ⇒ Integer
Call duration.
Method Summary
Methods inherited from Base
Instance Attribute Details
#duration ⇒ Integer
Call duration.
5 6 7 |
# File 'lib/tdlib/types/message_content/voice_chat_ended.rb', line 5 def duration @duration end |