InputQuickReplyShortcutId constructor

const InputQuickReplyShortcutId({
  1. required int shortcutId,
})

Input Quick Reply Shortcut Id constructor.

Implementation

const InputQuickReplyShortcutId({required this.shortcutId}) : super._();