Class: TD::Types::NotificationType::NewCall

Inherits:
TD::Types::NotificationType show all
Defined in:
lib/tdlib/types/notification_type/new_call.rb

Overview

New call was received.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#call_idInteger

Call identifier.

Returns:

  • (Integer)

    the current value of call_id



5
6
7
# File 'lib/tdlib/types/notification_type/new_call.rb', line 5

def call_id
  @call_id
end