Class: TD::Types::MessageContent::SupergroupChatCreate
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::SupergroupChatCreate
- Defined in:
- lib/tdlib/types/message_content/supergroup_chat_create.rb
Overview
A newly created supergroup or channel.
Instance Attribute Summary collapse
-
#title ⇒ TD::Types::String
Title of the supergroup or channel.
Method Summary
Methods inherited from Base
Instance Attribute Details
#title ⇒ TD::Types::String
Title of the supergroup or channel.
5 6 7 |
# File 'lib/tdlib/types/message_content/supergroup_chat_create.rb', line 5 def title @title end |