MadelineProto/docs/TD_docs/methods/addChatMember.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

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

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

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

Return type: Ok