Class: TD::Types::ChatInviteLinks

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

Overview

Contains a list of chat invite links.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

List of invite links.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_invite_links.rb', line 6

def invite_links
  @invite_links
end

#total_countInteger

Approximate total count of chat invite links found.

Returns:

  • (Integer)

    the current value of total_count



6
7
8
# File 'lib/tdlib/types/chat_invite_links.rb', line 6

def total_count
  @total_count
end