UpdateDeleteQuickReply

class pyrogram.raw.types.UpdateDeleteQuickReply

A quick reply shortcut » was deleted. This will not emit updateDeleteQuickReplyMessages updates, even if all the messages in the shortcut are also deleted by this update.

Constructor of Update.

Details:
  • Layer: 223

  • ID: 53E6F1EC

Parameters:

shortcut_id (int 32-bit) – ID of the quick reply shortcut that was deleted.

TL Schema

updateDeleteQuickReply#53e6f1ec
shortcut_id:int

= Update

Parameter Tree

UpdateDeleteQuickReply
└── shortcut_idint

Example

UpdateDeleteQuickReply(
    shortcut_id=0,
)