mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
3a9a93777d
commit
3b27e4cfbd
1 changed files with 1 additions and 1 deletions
|
@ -4850,7 +4850,7 @@ setChatMemberStatus chat_id:int53 member_id:MessageSender status:ChatMemberStatu
|
|||
//@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
|
||||
//@member_id Member identifier
|
||||
//@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
|
||||
//@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 and if a chat is banned
|
||||
//@revoke_messages Pass true to delete all messages in the chat for the user that is being removed. Always true for supergroups and channels
|
||||
banChatMember chat_id:int53 member_id:MessageSender banned_until_date:int32 revoke_messages:Bool = Ok;
|
||||
|
||||
|
|
Loading…
Reference in a new issue