Raw.UpdateReadHistoryInbox
Incoming messages were read
updateReadHistoryInbox#9c974fdf flags:# folder_id:flags.0?int peer:Peer max_id:int still_unread_count:int pts:int pts_count:int = Update;
export namespace Raw {
export class UpdateReadHistoryInbox {
constructor(params: {
folderId?: number;
peer: Raw.TypePeer;
maxId: number;
stillUnreadCount: number;
pts: number;
ptsCount: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9c974fdf
Property
folderId
: number or undefinedPeer folder id, for more info click here
peer
: Raw.TypePeerPeer
maxId
: numberMaximum id of messages read
stillUnreadCount
: numberNumber of messages that are still unread
pts
: numberEvent count after generation
ptsCount
: numberNumber of events that were generated