Class: TD::Types::MessageContent::ChatUpgradeTo
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatUpgradeTo
- Defined in:
- lib/tdlib/types/message_content/chat_upgrade_to.rb
Overview
A basic group was upgraded to a supergroup and was deactivated as the result.
Instance Attribute Summary collapse
-
#supergroup_id ⇒ Integer
Identifier of the supergroup to which the basic group was upgraded.
Method Summary
Methods inherited from Base
Instance Attribute Details
#supergroup_id ⇒ Integer
Identifier of the supergroup to which the basic group was upgraded.
5 6 7 |
# File 'lib/tdlib/types/message_content/chat_upgrade_to.rb', line 5 def supergroup_id @supergroup_id end |