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