Raw.messages.DeleteQuickReplyMessages
Delete one or more messages from a quick reply shortcut. this will also emit an updatedeletequickreplymessages update.
messages.deleteQuickReplyMessages#e105e910 shortcut_id:int id:Vector<int> = Updates;
export namespace Raw {
export namespace messages {
export class DeleteQuickReplyMessages {
constructor(params: { shortcutId: number; id: Array<number> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xe105e910