Class: TD::Types::ChatEventAction::VideoChatEnded

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/video_chat_ended.rb

Overview

A video chat was ended.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#group_call_idInteger

Identifier of the video chat. The video chat can be received through the method getGroupCall.

Returns:

  • (Integer)

    the current value of group_call_id



6
7
8
# File 'lib/tdlib/types/chat_event_action/video_chat_ended.rb', line 6

def group_call_id
  @group_call_id
end