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