Raw.UpdateReadChannelInbox
Incoming messages in a channel/supergroup were read
updateReadChannelInbox#922e6e10 flags:# folder_id:flags.0?int channel_id:long max_id:int still_unread_count:int pts:int = Update;
export namespace Raw {
export class UpdateReadChannelInbox {
constructor(params: {
folderId?: number;
channelId: bigint;
maxId: number;
stillUnreadCount: number;
pts: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x922e6e10