Class: TD::Types::InternalLinkType::ChatInvite

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

Overview

The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link. If the link is valid and the user wants to join the chat, then call joinChatByInviteLink.

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_invite.rb', line 7

def invite_link
  @invite_link
end