Raw.messages.DeleteQuickReplyShortcut

Raw.messages.DeleteQuickReplyShortcut

Completely delete a quick reply shortcut. this will also emit an updatedeletequickreply update to other logged-in sessions (and no updatedeletequickreplymessages updates, even if all the messages in the shortcuts are also deleted by this method).

messages.deleteQuickReplyShortcut#3cc04740 shortcut_id:int = Bool;
export namespace Raw {
  export namespace messages {
    export class DeleteQuickReplyShortcut {
      constructor(params: { shortcutId: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x3cc04740

Property

  • shortcutId : number

    Shortcut id

Results

boolean