Class: TD::Types::ChatType::BasicGroup
- Inherits:
-
TD::Types::ChatType
- Object
- Dry::Struct
- Base
- TD::Types::ChatType
- TD::Types::ChatType::BasicGroup
- Defined in:
- lib/tdlib/types/chat_type/basic_group.rb
Overview
A basic group (i.e., a chat with 0-200 other users).
Instance Attribute Summary collapse
-
#basic_group_id ⇒ Integer
Basic group identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#basic_group_id ⇒ Integer
Basic group identifier.
5 6 7 |
# File 'lib/tdlib/types/chat_type/basic_group.rb', line 5 def basic_group_id @basic_group_id end |