Class: TD::Types::InternalLinkType::ChatFolderInvite

Inherits:
TD::Types::InternalLinkType show all
Defined in:
lib/tdlib/types/internal_link_type/chat_folder_invite.rb

Overview

The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link. If the link is valid and the user wants to join the chat folder, then call addChatFolderByInviteLink.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Internal representation of the invite link.

Returns:

  • (TD::Types::String)

    the current value of invite_link



7
8
9
# File 'lib/tdlib/types/internal_link_type/chat_folder_invite.rb', line 7

def invite_link
  @invite_link
end