Class: TD::Types::ChatInviteLinkCounts
- Defined in:
- lib/tdlib/types/chat_invite_link_counts.rb
Overview
Contains a list of chat invite link counts.
Instance Attribute Summary collapse
-
#invite_link_counts ⇒ Array<TD::Types::ChatInviteLinkCount>
List of invite linkcounts.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invite_link_counts ⇒ Array<TD::Types::ChatInviteLinkCount>
List of invite linkcounts.
5 6 7 |
# File 'lib/tdlib/types/chat_invite_link_counts.rb', line 5 def invite_link_counts @invite_link_counts end |