1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 08:47:19 +01:00
MadelineProto/docs/API_docs_46/constructors/updateDeleteChannelMessages.md

740 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, ];