Class: TD::Types::ChatEventAction::MemberInvited

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

Overview

A new chat member was invited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#statusTD::Types::ChatMemberStatus

New member status.

Returns:



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

def status
  @status
end

#user_idInteger

New member user identifier.

Returns:

  • (Integer)

    the current value of user_id



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

def user_id
  @user_id
end