Raw.UpdateDeleteQuickReply
A quick reply shortcut was deleted. this will not emit updatedeletequickreplymessages updates, even if all the messages in the shortcut are also deleted by this update.
updateDeleteQuickReply#53e6f1ec shortcut_id:int = Update;
export namespace Raw {
export class UpdateDeleteQuickReply {
constructor(params: { shortcutId: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x53e6f1ec
Property
shortcutId
: numberId of the quick reply shortcut that was deleted.