Class: TD::Types::ChatEventAction::VoiceChatDiscarded
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::VoiceChatDiscarded
- Defined in:
- lib/tdlib/types/chat_event_action/voice_chat_discarded.rb
Overview
A voice chat was discarded.
Instance Attribute Summary collapse
-
#group_call_id ⇒ Integer
Identifier of the voice chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#group_call_id ⇒ Integer
Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/voice_chat_discarded.rb', line 6 def group_call_id @group_call_id end |