InputQuickReplyShortcut constructor

const InputQuickReplyShortcut({
  1. required String shortcut,
})

Input Quick Reply Shortcut constructor.

Implementation

const InputQuickReplyShortcut({required this.shortcut}) : super._();