@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'type': ComponentType.textSelectMenu.value, 'custom_id': _customId, 'options': _options.map((e) => e.toJson()).toList(), }; }