Document that forward_limit is ignored for added bots.
This commit is contained in:
parent
e584aa6520
commit
f317b1561a
@ -4666,7 +4666,7 @@ joinChat chat_id:int53 = Ok;
|
||||
leaveChat chat_id:int53 = Ok;
|
||||
|
||||
//@description Adds a new member to a chat. Members can't be added to private or secret chats
|
||||
//@chat_id Chat identifier @user_id Identifier of the user @forward_limit The number of earlier messages from the chat to be forwarded to the new member; up to 100. Ignored for supergroups and channels
|
||||
//@chat_id Chat identifier @user_id Identifier of the user @forward_limit The number of earlier messages from the chat to be forwarded to the new member; up to 100. Ignored for supergroups and channels, or if the added user is a bot
|
||||
addChatMember chat_id:int53 user_id:int53 forward_limit:int32 = Ok;
|
||||
|
||||
//@description Adds multiple new members to a chat. Currently this method is only available for supergroups and channels. This method can't be used to join a chat. Members can't be added to a channel if it has more than 200 members
|
||||
|
Loading…
Reference in New Issue
Block a user