quickReply
A quick reply shortcut.
type tg.QuickReply struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ShortcutID | int | yes | Unique shortcut ID. |
Shortcut | string | yes | Shortcut name. |
TopMessage | int | yes | ID of the last message in the shortcut. |
Count | int | yes | Total number of messages in the shortcut. |
References
- Official documentation
- Generated Go reference
- TL definition:
quickReply#697102b