UpdateDeleteQuickReplyMessages
- class pyrogram.raw.types.UpdateDeleteQuickReplyMessages
One or more messages in a quick reply shortcut » were deleted.
Constructor of
Update.- Details:
Layer:
223ID:
566FE7CD
- Parameters:
shortcut_id (
int32-bit) – Quick reply shortcut ID.messages (List of
int32-bit) – IDs of the deleted messages.
TL Schema
updateDeleteQuickReplyMessages#566fe7cd
shortcut_id:int
messages:Vector<int>
= Update
Parameter Tree
UpdateDeleteQuickReplyMessages
├── shortcut_id →
int└── messages →
Vector < int >Example
UpdateDeleteQuickReplyMessages(
shortcut_id=0,
messages=[0],
)