MadelineProto/old_docs/API_docs_v42/constructors/updateDeleteChannelMessages.md

710 B

title description
updateDeleteChannelMessages updateDeleteChannelMessages attributes, type and example

Constructor: updateDeleteChannelMessages

Back to constructors index

Attributes:

Name Type Required
channel_id int Required
messages Array of int Required
pts int Required
pts_count int Required

Type: Update

Example:

$updateDeleteChannelMessages = ['_' => 'updateDeleteChannelMessages', 'channel_id' => int, 'messages' => [Vector t], 'pts' => int, 'pts_count' => int, ];