Class: TD::Types::ChatMembers
- Defined in:
- lib/tdlib/types/chat_members.rb
Overview
Contains a list of chat members.
Instance Attribute Summary collapse
-
#members ⇒ Array<TD::Types::ChatMember>
A list of chat members.
-
#total_count ⇒ Integer
Approximate total count of chat members found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#members ⇒ Array<TD::Types::ChatMember>
A list of chat members.
6 7 8 |
# File 'lib/tdlib/types/chat_members.rb', line 6 def members @members end |
#total_count ⇒ Integer
Approximate total count of chat members found.
6 7 8 |
# File 'lib/tdlib/types/chat_members.rb', line 6 def total_count @total_count end |