Class: TD::Types::InternalLinkType::ChatInvite
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::ChatInvite
- 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
-
#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_invite.rb', line 7 def invite_link @invite_link end |