Class: TD::Types::Update::Call
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Call
- Defined in:
- lib/tdlib/types/update/call.rb
Overview
New call was created or information about a call was updated.
Instance Attribute Summary collapse
-
#call ⇒ TD::Types::Call
New data about a call.
Method Summary
Methods inherited from Base
Instance Attribute Details
#call ⇒ TD::Types::Call
New data about a call.
5 6 7 |
# File 'lib/tdlib/types/update/call.rb', line 5 def call @call end |