pub fn parse_invite(data: &[u8]) -> Option<Invite>
Parse an invite from JSON bytes, returning None if not an invite.
None