Class: TD::Types::CallId

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/call_id.rb

Overview

Contains the call identifier.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idInteger

Call identifier.

Returns:

  • (Integer)

    the current value of id



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

def id
  @id
end