Class: TD::Types::ChatEventAction::MemberJoinedByInviteLink

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb

Overview

A new member joined the chat via an invite link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Invite link used to join the chat.

Returns:



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

def invite_link
  @invite_link
end

True, if the user has joined the chat using an invite link for a chat folder.

Returns:

  • (Boolean)

    the current value of via_chat_folder_invite_link



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

def via_chat_folder_invite_link
  @via_chat_folder_invite_link
end