Class: TD::Types::ChatEventAction::MemberJoinedByRequest

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

Overview

A new member was accepted to the chat by an administrator.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#approver_user_idInteger

User identifier of the chat administrator, approved user join request.

Returns:

  • (Integer)

    the current value of approver_user_id



6
7
8
# File 'lib/tdlib/types/chat_event_action/member_joined_by_request.rb', line 6

def approver_user_id
  @approver_user_id
end

Invite link used to join the chat; may be null.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/member_joined_by_request.rb', line 6

def invite_link
  @invite_link
end