copyWith method
Implementation
UpdateQuickReplyShortcuts copyWith({List<int>? shortcutIds}) =>
UpdateQuickReplyShortcuts(shortcutIds: shortcutIds ?? this.shortcutIds);
UpdateQuickReplyShortcuts copyWith({List<int>? shortcutIds}) =>
UpdateQuickReplyShortcuts(shortcutIds: shortcutIds ?? this.shortcutIds);