Update maximum forward_limit to match new server-side limit.

GitOrigin-RevId: 7de9d81973a28f665c981b42adfa863606116158
This commit is contained in:
levlam 2019-01-23 18:06:08 +03:00
parent 297644fcb4
commit 3648434fa4

View File

@ -2915,7 +2915,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. Members will not be added until the chat state has been synchronized with the server
//@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 300. 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
addChatMember chat_id:int53 user_id:int32 forward_limit:int32 = Ok;
//@description Adds multiple new members to a chat. Currently this option is only available for supergroups and channels. This option can't be used to join a chat. Members can't be added to a channel if it has more than 200 members. Members will not be added until the chat state has been synchronized with the server