Class: TD::Types::ChatFolderInviteLinks

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

Overview

Represents a list of chat folder invite links.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

List of the invite links.

Returns:



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

def invite_links
  @invite_links
end