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:
223ID:
53E6F1EC
- Parameters:
shortcut_id (
int32-bit) – ID of the quick reply shortcut that was deleted.
TL Schema
updateDeleteQuickReply#53e6f1ec
shortcut_id:int
= Update
Parameter Tree
UpdateDeleteQuickReply
└── shortcut_id →
intExample
UpdateDeleteQuickReply(
shortcut_id=0,
)