Class: TD::Types::NotificationType::NewCall
- Inherits:
-
TD::Types::NotificationType
- Object
- Dry::Struct
- Base
- TD::Types::NotificationType
- TD::Types::NotificationType::NewCall
- Defined in:
- lib/tdlib/types/notification_type/new_call.rb
Overview
New call was received.
Instance Attribute Summary collapse
-
#call_id ⇒ Integer
Call identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#call_id ⇒ Integer
Call identifier.
5 6 7 |
# File 'lib/tdlib/types/notification_type/new_call.rb', line 5 def call_id @call_id end |