@override Map<String, dynamic> toJson() => <String, dynamic>{ 'text': text, 'parse_mode': parseMode?.toJson(), '@type': constructor, };