updateDeleteChannelMessages

Some messages in a supergroup/channel were deleted

updateDeleteChannelMessages#c32d5b12 channel_id:long messages:Vector<int> pts:int pts_count:int = Update;

Parameters

Name Type Description
channel_id long Channel ID
messages Vector<int> IDs of messages that were deleted
pts int Event count after generation
pts_count int Number of events that were generated

Type

Update

Related pages

Working with Updates

How to subscribe to updates and handle them properly.

Channels, supergroups, gigagroups and basic groups

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.