Class: TD::Types::MessageContent::ChatAddMembers

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/chat_add_members.rb

Overview

New chat members were added.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#member_user_idsArray<Integer>

User identifiers of the new members.

Returns:

  • (Array<Integer>)

    the current value of member_user_ids



5
6
7
# File 'lib/tdlib/types/message_content/chat_add_members.rb', line 5

def member_user_ids
  @member_user_ids
end