Parse from a json
factory TargetChatInternalLink.fromJson(Map<String, dynamic> json) => TargetChatInternalLink( link: InternalLinkType.fromJson(json['link']), );