@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'type': ComponentType.roleSelectMenu.value, 'custom_id': _customId, }; }