Class: TD::Types::ChatFolderInviteLinkInfo

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#added_chat_idsArray<Integer>

Identifiers of the chats from the link, which are added to the folder already.

Returns:

  • (Array<Integer>)

    the current value of added_chat_ids



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_infoTD::Types::ChatFolderInfo

Basic information about the chat folder; chat folder identifier will be 0 if the user didn’t have the chat folder yet.

Returns:



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_idsArray<Integer>

Identifiers of the chats from the link, which aren’t added to the folder yet.

Returns:

  • (Array<Integer>)

    the current value of missing_chat_ids



10
11
12
# File 'lib/tdlib/types/chat_folder_invite_link_info.rb', line 10

def missing_chat_ids
  @missing_chat_ids
end