mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
780 B
780 B
title | description | nav_exclude | image |
---|---|---|---|
quickReply | quickReply attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: quickReply
Attributes:
Name | Type | Required |
---|---|---|
shortcut_id | int | Yes |
shortcut | string | Yes |
top_message | int | Yes |
count | int | Yes |
Type: QuickReply
Example:
$quickReply = ['_' => 'quickReply', 'shortcut_id' => int, 'shortcut' => 'string', 'top_message' => int, 'count' => int];