Raw.messages.DeleteQuickReplyMessages

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

Property

  • shortcutId : number

    Shortcut id.

  • id : Array of number

    Ids of shortcut messages to delete.

Results

Raw.TypeUpdates