Class: TD::Types::Update::GroupCall

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/group_call.rb

Overview

Information about a group call was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#group_callTD::Types::GroupCall

New data about a group call.

Returns:



5
6
7
# File 'lib/tdlib/types/update/group_call.rb', line 5

def group_call
  @group_call
end