UpdateQuickReplyShortcutDeleted constructor

const UpdateQuickReplyShortcutDeleted({
  1. required int shortcutId,
  2. dynamic extra,
  3. int? clientId,
})

UpdateQuickReplyShortcutDeleted (updateQuickReplyShortcutDeleted) - child of Update

A quick reply shortcut and all its messages were deleted.

  • shortcutId: The identifier of the deleted shortcut.

Implementation

const UpdateQuickReplyShortcutDeleted({
  required this.shortcutId,
  this.extra,
  this.clientId,
});