Raw.UpdateDeleteChannelMessages
Some messages in a supergroup/channel were deleted
updateDeleteChannelMessages#c32d5b12 channel_id:long messages:Vector<int> pts:int pts_count:int = Update;
export namespace Raw {
export class UpdateDeleteChannelMessages {
constructor(params: {
channelId: bigint;
messages: Array<number>;
pts: number;
ptsCount: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc32d5b12