Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NPartyJoinRequest Struct Reference

Incoming notification for one or more new presences attempting to join the party. More...

#include <NPartyJoinRequest.h>

Public Attributes

std::string partyId
 The ID of the party to get a list of join requests for. More...
 
std::vector< NUserPresencepresences
 Presences attempting to join, or who have joined. More...
 

Detailed Description

Incoming notification for one or more new presences attempting to join the party.

Member Data Documentation

◆ partyId

std::string NPartyJoinRequest::partyId

The ID of the party to get a list of join requests for.

◆ presences

std::vector<NUserPresence> NPartyJoinRequest::presences

Presences attempting to join, or who have joined.


The documentation for this struct was generated from the following file: