MadelineProto/docs/API_docs/constructors/updateDeleteChannelMessages.md
2016-12-20 13:15:22 +01:00

635 B

title
updateDeleteChannelMessages

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