948 B
948 B
title | description |
---|---|
addChatMember | Adds new member to chat. Members can't be added to private or secret chats. Member will not be added until chat state will be synchronized with the server |
Method: addChatMember
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds new member to chat. Members can't be added to private or secret chats. Member will not be added until chat state will be synchronized with the server
Parameters:
Name | Type | Required | Description |
---|---|---|---|
chat_id | CLICK ME int53 | Yes | Chat identifier |
user_id | CLICK ME int | Yes | Identifier of the user to add |
forward_limit | CLICK ME int | Yes | Number of previous messages from chat to forward to new member, ignored for channel chats. Can't be greater than 300 |