@override Map<String, dynamic> toJson() => <String, dynamic>{ 'type': type, 'chat_id': chatId, 'data': data?.toJson(), '@type': constructor, };