![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
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< NUserPresence > | presences |
Presences attempting to join, or who have joined. More... | |
Incoming notification for one or more new presences attempting to join the party.
std::string NPartyJoinRequest::partyId |
The ID of the party to get a list of join requests for.
std::vector<NUserPresence> NPartyJoinRequest::presences |
Presences attempting to join, or who have joined.