Class: TD::Types::MessageContent::BasicGroupChatCreate
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::BasicGroupChatCreate
- Defined in:
- lib/tdlib/types/message_content/basic_group_chat_create.rb
Overview
A newly created basic group.
Instance Attribute Summary collapse
-
#member_user_ids ⇒ Array<Integer>
User identifiers of members in the basic group.
-
#title ⇒ TD::Types::String
Title of the basic group.
Method Summary
Methods inherited from Base
Instance Attribute Details
#member_user_ids ⇒ Array<Integer>
User identifiers of members in the basic group.
6 7 8 |
# File 'lib/tdlib/types/message_content/basic_group_chat_create.rb', line 6 def member_user_ids @member_user_ids end |
#title ⇒ TD::Types::String
Title of the basic group.
6 7 8 |
# File 'lib/tdlib/types/message_content/basic_group_chat_create.rb', line 6 def title @title end |