Class: TD::Types::InternalLinkType::ChatFolderInvite
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::ChatFolderInvite
- 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
-
#invite_link ⇒ TD::Types::String
Internal representation of the invite link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#invite_link ⇒ TD::Types::String
Internal representation of the invite link.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/chat_folder_invite.rb', line 7 def invite_link @invite_link end |