TDLib v0.0.2 TDLib.Method.AddChatMembers View Source

Adds multiple new members to a chat. Currently this option is only available for supergroups and channels. This option can’t be used to join a chat. Members can’t be added to a channel if it has more than 200 members. Members will not be added until the chat state has been synchronized with the server. Returns object_ptr.

NameTypeDescription
chat_idstringChat identifier.
user_idsnumber[]Identifiers of the users to be added to the chat.

More details on telegram’s documentation.