copyWith method
Implementation
DeleteQuickReplyShortcutMessages copyWith({
int? shortcutId,
List<int>? messageIds,
}) => DeleteQuickReplyShortcutMessages(
shortcutId: shortcutId ?? this.shortcutId,
messageIds: messageIds ?? this.messageIds,
);