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

Incoming party data delivered from the server. More...

#include <NPartyData.h>

Public Attributes

std::string partyId
 The ID of the party. More...
 
NUserPresence presence
 A reference to the user presence that sent this data, if any. More...
 
long opCode
 The operation code the message was sent with. More...
 
NBytes data
 Data payload, if any. More...
 

Detailed Description

Incoming party data delivered from the server.

Member Data Documentation

◆ data

NBytes NPartyData::data

Data payload, if any.

◆ opCode

long NPartyData::opCode

The operation code the message was sent with.

◆ partyId

std::string NPartyData::partyId

The ID of the party.

◆ presence

NUserPresence NPartyData::presence

A reference to the user presence that sent this data, if any.


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