Raw.QuickReply
A quick reply shortcut.
quickReply#697102b shortcut_id:int shortcut:string top_message:int count:int = QuickReply;
export namespace Raw {
export class QuickReply {
constructor(params: {
shortcutId: number;
shortcut: string;
topMessage: number;
count: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x697102b