917 B
917 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
Params:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int53 | Yes | Chat identifier |
user_id | int | Yes | Identifier of the user to add |
forward_limit | int | Yes | Number of previous messages from chat to forward to new member, ignored for channel chats. Can't be greater than 300 |