mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
616 B
616 B
title | description | nav_exclude | image |
---|---|---|---|
updateDeleteQuickReply | updateDeleteQuickReply attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateDeleteQuickReply
Attributes:
Name | Type | Required |
---|---|---|
shortcut_id | int | Yes |
Type: Update
Example:
$updateDeleteQuickReply = ['_' => 'updateDeleteQuickReply', 'shortcut_id' => int];