MadelineProto/old_docs/API_docs_v46/constructors/updateDeleteChannelMessages.md

744 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
channel_pts int Required
channel_pts_count int Required

Type: Update

Example:

$updateDeleteChannelMessages = ['_' => 'updateDeleteChannelMessages', 'channel_id' => int, 'messages' => [Vector t], 'channel_pts' => int, 'channel_pts_count' => int, ];