Raw.OutboxReadDate
Exact read date of a private message we sent to another user.
outboxReadDate#3bb842ac date:int = OutboxReadDate;
export namespace Raw {
export class OutboxReadDate {
constructor(params: { date: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3bb842ac
Property
date
: numberUnix timestamp with the read date.