Raw.UpdateDeleteQuickReplyMessages

Raw.UpdateDeleteQuickReplyMessages

One or more messages in a quick reply shortcut were deleted.

updateDeleteQuickReplyMessages#566fe7cd shortcut_id:int messages:Vector<int> = Update;
export namespace Raw {
  export class UpdateDeleteQuickReplyMessages {
    constructor(params: { shortcutId: number; messages: Array<number> }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x566fe7cd

Property

  • shortcutId : number

    Quick reply shortcut id.

  • messages : Array of number

    Ids of the deleted messages.