Class: TD::Types::ChatFolderInviteLinkInfo
- Defined in:
- lib/tdlib/types/chat_folder_invite_link_info.rb
Overview
Contains information about an invite link to a chat folder.
Instance Attribute Summary collapse
-
#added_chat_ids ⇒ Array<Integer>
Identifiers of the chats from the link, which are added to the folder already.
-
#chat_folder_info ⇒ TD::Types::ChatFolderInfo
Basic information about the chat folder; chat folder identifier will be 0 if the user didn’t have the chat folder yet.
-
#missing_chat_ids ⇒ Array<Integer>
Identifiers of the chats from the link, which aren’t added to the folder yet.
Method Summary
Methods inherited from Base
Instance Attribute Details
#added_chat_ids ⇒ Array<Integer>
Identifiers of the chats from the link, which are added to the folder already.
10 11 12 |
# File 'lib/tdlib/types/chat_folder_invite_link_info.rb', line 10 def added_chat_ids @added_chat_ids end |
#chat_folder_info ⇒ TD::Types::ChatFolderInfo
Basic information about the chat folder; chat folder identifier will be 0 if the user didn’t have the chat folder yet.
10 11 12 |
# File 'lib/tdlib/types/chat_folder_invite_link_info.rb', line 10 def chat_folder_info @chat_folder_info end |
#missing_chat_ids ⇒ Array<Integer>
Identifiers of the chats from the link, which aren’t added to the folder yet.
10 11 12 |
# File 'lib/tdlib/types/chat_folder_invite_link_info.rb', line 10 def missing_chat_ids @missing_chat_ids end |