894 B
894 B
title | description |
---|---|
updateDeleteChannelMessages | updateDeleteChannelMessages attributes, type and example |
Constructor: updateDeleteChannelMessages
Attributes:
Name | Type | Required |
---|---|---|
channel_id | int | Yes |
messages | Array of int | Yes |
channel_pts | int | Yes |
channel_pts_count | int | Yes |
Type: Update
Example:
$updateDeleteChannelMessages = ['_' => 'updateDeleteChannelMessages', 'channel_id' => int, 'messages' => [int], 'channel_pts' => int, 'channel_pts_count' => int, ];
Or, if you're into Lua:
updateDeleteChannelMessages={_='updateDeleteChannelMessages', channel_id=int, messages={int}, channel_pts=int, channel_pts_count=int, }