Raw.updates.State
Updates state.
updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;
export namespace Raw {
export namespace updates {
export class State {
constructor(params: {
pts: number;
qts: number;
date: number;
seq: number;
unreadCount: number;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xa56c2a3e