Class: TD::Types::ChatFolderInviteLink
- Defined in:
- lib/tdlib/types/chat_folder_invite_link.rb
Overview
Contains a chat folder invite link.
Instance Attribute Summary collapse
-
#chat_ids ⇒ Array<Integer>
Identifiers of chats, included in the link.
-
#invite_link ⇒ TD::Types::String
The chat folder invite link.
-
#name ⇒ TD::Types::String
Name of the link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_ids ⇒ Array<Integer>
Identifiers of chats, included in the link.
7 8 9 |
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7 def chat_ids @chat_ids end |
#invite_link ⇒ TD::Types::String
The chat folder invite link.
7 8 9 |
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7 def invite_link @invite_link end |
#name ⇒ TD::Types::String
Name of the link.
7 8 9 |
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7 def name @name end |