mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
665 B
665 B
title | description | nav_exclude | image |
---|---|---|---|
inputQuickReplyShortcutId | inputQuickReplyShortcutId attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputQuickReplyShortcutId
Attributes:
Name | Type | Required |
---|---|---|
shortcut_id | int | Yes |
Type: InputQuickReplyShortcut
Example:
$inputQuickReplyShortcutId = ['_' => 'inputQuickReplyShortcutId', 'shortcut_id' => int];