Class: TD::Types::ChatInviteLinkCounts

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_invite_link_counts.rb

Overview

Contains a list of chat invite link counts.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

List of invite linkcounts.

Returns:



5
6
7
# File 'lib/tdlib/types/chat_invite_link_counts.rb', line 5

def invite_link_counts
  @invite_link_counts
end