Layer 220
InputQuickReplyShortcutId
Selects a quick reply shortcut by its numeric ID.
constructor
inputQuickReplyShortcutId#1190cf1 shortcut_id:int = InputQuickReplyShortcut;
Parameters
| Name | Type | Description |
|---|---|---|
| ShortcutId | int | Shortcut ID. |
Returns
InputQuickReplyShortcutGogram Example
// Creating InputQuickReplyShortcutId constructor obj := &tg.InputQuickReplyShortcutId{ ShortcutId: 0, }