MadelineProto/docs/TD_docs/constructors/updateDeleteMessages.md

754 B

title description
updateDeleteMessages Some messages was deleted

Constructor: updateDeleteMessages

Back to constructors index

Some messages was deleted

Attributes:

Name Type Required Description
chat_id long Yes Chat identifier
message_ids Array of long Yes Identifiers of deleted message

Type: Update

Example:

$updateDeleteMessages = ['_' => 'updateDeleteMessages', 'chat_id' => long, 'message_ids' => [long], ];

Or, if you're into Lua:

updateDeleteMessages={_='updateDeleteMessages', chat_id=long, message_ids={long}, }