Class: TD::Types::ChatFolderInviteLink

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_folder_invite_link.rb

Overview

Contains a chat folder invite link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idsArray<Integer>

Identifiers of chats, included in the link.

Returns:

  • (Array<Integer>)

    the current value of chat_ids



7
8
9
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7

def chat_ids
  @chat_ids
end

The chat folder invite link.

Returns:

  • (TD::Types::String)

    the current value of invite_link



7
8
9
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7

def invite_link
  @invite_link
end

#nameTD::Types::String

Name of the link.

Returns:

  • (TD::Types::String)

    the current value of name



7
8
9
# File 'lib/tdlib/types/chat_folder_invite_link.rb', line 7

def name
  @name
end