Raw.UpdateQuickReplyMessage

Raw.UpdateQuickReplyMessage

A new message was added to a quick reply shortcut.

updateQuickReplyMessage#3e050d0f message:Message = Update;
export namespace Raw {
  export class UpdateQuickReplyMessage {
    constructor(params: { message: Raw.TypeMessage }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x3e050d0f

Property

  • message : Raw.TypeMessage

    The message that was added (the message.quickReplyShortcutId field will contain the shortcut id).