Raw.QuickReply

Raw.QuickReply

A quick reply shortcut.

quickReply#697102b shortcut_id:int shortcut:string top_message:int count:int = QuickReply;
export namespace Raw {
  export class QuickReply {
    constructor(params: {
      shortcutId: number;
      shortcut: string;
      topMessage: number;
      count: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x697102b

Property

  • shortcutId : number

    Unique shortcut id.

  • shortcut : string

    Shortcut name.

  • topMessage : number

    Id of the last message in the shortcut.

  • count : number

    Total number of messages in the shortcut.