Parse from a json
factory InputMessageContact.fromJson(Map<String, dynamic> json) => InputMessageContact( contact: Contact.fromJson(json['contact']), );