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