MadelineProtoDocs/docs/API_docs/constructors/updateDeleteChannelMessages.md

990 B

title description image
updateDeleteChannelMessages Update delete channel messages https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateDeleteChannelMessages

Back to constructors index

Update delete channel messages

Attributes:

Name Type Required Description
channel_id int Yes Channel ID
messages Array of int Yes Messages
pts int Yes Pts
pts_count int Yes Pts count

Type: Update

Example:

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

Or, if you're into Lua:

updateDeleteChannelMessages={_='updateDeleteChannelMessages', channel_id=int, messages={int}, pts=int, pts_count=int}