mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 09:56:54 +01:00
671 B
671 B
title | description |
---|---|
deleteMessages | Deletes messages. UpdateDeleteMessages will not be sent for messages deleted through that function |
Method: deleteMessages
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes messages. UpdateDeleteMessages will not be sent for messages deleted through that function
Params:
Name | Type | Required | Description |
---|---|---|---|
chat_id | InputPeer | Yes | Chat identifier |
message_ids | Array of long | Yes | Identifiers of messages to delete |