Class: TD::Types::ChatInviteLinkMembers
- Defined in:
- lib/tdlib/types/chat_invite_link_members.rb
Overview
Contains a list of chat members joined a chat by an invite link.
Instance Attribute Summary collapse
-
#members ⇒ Array<TD::Types::ChatInviteLinkMember>
List of chat members, joined a chat by an invite link.
-
#total_count ⇒ Integer
Approximate total count of chat members found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#members ⇒ Array<TD::Types::ChatInviteLinkMember>
List of chat members, joined a chat by an invite link.
6 7 8 |
# File 'lib/tdlib/types/chat_invite_link_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_invite_link_members.rb', line 6 def total_count @total_count end |