Raw.messages.EditQuickReplyShortcut

Raw.messages.EditQuickReplyShortcut

Rename a quick reply shortcut. this will emit an updatequickreplies update to other logged-in sessions.

messages.editQuickReplyShortcut#5c003cef shortcut_id:int shortcut:string = Bool;
export namespace Raw {
  export namespace messages {
    export class EditQuickReplyShortcut {
      constructor(params: { shortcutId: number; shortcut: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x5c003cef

Property

  • shortcutId : number

    Shortcut id.

  • shortcut : string

    New shortcut name.

Results

boolean