Class: TD::Types::Update::Supergroup
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Supergroup
- Defined in:
- lib/tdlib/types/update/supergroup.rb
Overview
Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application.
Instance Attribute Summary collapse
-
#supergroup ⇒ TD::Types::Supergroup
New data about the supergroup.
Method Summary
Methods inherited from Base
Instance Attribute Details
#supergroup ⇒ TD::Types::Supergroup
New data about the supergroup.
6 7 8 |
# File 'lib/tdlib/types/update/supergroup.rb', line 6 def supergroup @supergroup end |