ChatEventMemberJoinedByInviteLink.fromJson constructor
Parse from a json
Implementation
factory ChatEventMemberJoinedByInviteLink.fromJson(Map<String, dynamic> json) => ChatEventMemberJoinedByInviteLink(
inviteLink: ChatInviteLink.fromJson(json['invite_link']),
);