MadelineProtoDocs/docs/TD_docs/methods/addChatMember.md

1000 B

title description image
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 https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: addChatMember

Back to methods index

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

Return type: Ok