Raw.UpdateChannelReadMessagesContents
The specified channel/supergroup messages were read
updateChannelReadMessagesContents#ea29055d flags:# channel_id:long top_msg_id:flags.0?int messages:Vector<int> = Update;
export namespace Raw {
export class UpdateChannelReadMessagesContents {
constructor(params: { channelId: bigint; topMsgId?: number; messages: Array<number> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xea29055d