833 B
833 B
title | description | image |
---|---|---|
deleteMessagesFromUser | Deletes all messages in the chat sent by the specified user. Works only in supergroup channel chats, needs can_delete_messages administrator privileges | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: deleteMessagesFromUser
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes all messages in the chat sent by the specified user. Works only in supergroup channel chats, needs can_delete_messages administrator privileges
Parameters:
Name | Type | Description | Required |
---|---|---|---|
chat_id | int53 | Chat identifier | Yes |
user_id | int | User identifier | Yes |