copyWith method

UpdateQuickReplyShortcutDeleted copyWith({
  1. int? shortcutId,
})

Implementation

UpdateQuickReplyShortcutDeleted copyWith({int? shortcutId}) =>
    UpdateQuickReplyShortcutDeleted(
      shortcutId: shortcutId ?? this.shortcutId,
    );