Class: TD::Types::CallId
- Defined in:
- lib/tdlib/types/call_id.rb
Overview
Contains the call identifier.
Instance Attribute Summary collapse
-
#id ⇒ Integer
Call identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
Call identifier.
5 6 7 |
# File 'lib/tdlib/types/call_id.rb', line 5 def id @id end |