InputQuickReplyShortcutId
- class pyrogram.raw.types.InputQuickReplyShortcutId
Selects a quick reply shortcut by its numeric ID.
Constructor of
InputQuickReplyShortcut.- Details:
Layer:
223ID:
1190CF1
- Parameters:
shortcut_id (
int32-bit) – Shortcut ID.
TL Schema
inputQuickReplyShortcutId#1190cf1
shortcut_id:int
= InputQuickReplyShortcut
Parameter Tree
InputQuickReplyShortcutId
└── shortcut_id →
intExample
InputQuickReplyShortcutId(
shortcut_id=0,
)