Fix banChatMember description.

This commit is contained in:
levlam 2021-02-06 22:54:36 +03:00
parent f5b04a5701
commit f1f739648c
1 changed files with 1 additions and 1 deletions

View File

@ -4309,7 +4309,7 @@ addChatMembers chat_id:int53 user_ids:vector<int32> = Ok;
//@chat_id Chat identifier @user_id User identifier @status The new status of the member in the chat
setChatMemberStatus chat_id:int53 user_id:int32 status:ChatMemberStatus = Ok;
//@description Bans a member in a chat. Members can't be banned in private or secret chats. In supergroups and channels, the user will not be able to return to the group on their own using invite links, etc., unless [unbanned](#unbanchatmember) first
//@description Bans a member in a chat. Members can't be banned in private or secret chats. In supergroups and channels, the user will not be able to return to the group on their own using invite links, etc., unless unbanned first
//@chat_id Chat identifier
//@user_id Identifier of the user
//@banned_until_date Point in time (Unix timestamp) when the user will be unbanned; 0 if never. If the user is banned for more than 366 days or for less than 30 seconds from the current time, the user is considered to be banned forever. Ignored in basic groups