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