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