Class: TD::Types::MessageContent::ChatUpgradeFrom
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::ChatUpgradeFrom
- Defined in:
- lib/tdlib/types/message_content/chat_upgrade_from.rb
Overview
A supergroup has been created from a basic group.
Instance Attribute Summary collapse
-
#basic_group_id ⇒ Integer
The identifier of the original basic group.
-
#title ⇒ TD::Types::String
Title of the newly created supergroup.
Method Summary
Methods inherited from Base
Instance Attribute Details
#basic_group_id ⇒ Integer
The identifier of the original basic group.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_upgrade_from.rb', line 6 def basic_group_id @basic_group_id end |
#title ⇒ TD::Types::String
Title of the newly created supergroup.
6 7 8 |
# File 'lib/tdlib/types/message_content/chat_upgrade_from.rb', line 6 def title @title end |