Class: TD::Types::Update::Call

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

Overview

New call was created or information about a call was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#callTD::Types::Call

New data about a call.

Returns:



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

def call
  @call
end