![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A set of joins and leaves on a particular channel. More...
#include <NChannelPresenceEvent.h>
Public Attributes | |
std::string | channelId |
The channel identifier this event is for. More... | |
std::vector< NUserPresence > | joins |
Presences joining the channel as part of this event, if any. More... | |
std::vector< NUserPresence > | leaves |
Presences leaving the channel as part of this event, if any. More... | |
std::string | roomName |
The name of the chat room, or an empty string if this message was not sent through a chat room. More... | |
std::string | groupId |
The ID of the group, or an empty string if this message was not sent through a group channel. More... | |
std::string | userIdOne |
The ID of the first DM user, or an empty string if this message was not sent through a DM chat. More... | |
std::string | userIdTwo |
The ID of the second DM user, or an empty string if this message was not sent through a DM chat. More... | |
A set of joins and leaves on a particular channel.
std::string NChannelPresenceEvent::channelId |
The channel identifier this event is for.
std::string NChannelPresenceEvent::groupId |
The ID of the group, or an empty string if this message was not sent through a group channel.
std::vector<NUserPresence> NChannelPresenceEvent::joins |
Presences joining the channel as part of this event, if any.
std::vector<NUserPresence> NChannelPresenceEvent::leaves |
Presences leaving the channel as part of this event, if any.
std::string NChannelPresenceEvent::roomName |
The name of the chat room, or an empty string if this message was not sent through a chat room.
std::string NChannelPresenceEvent::userIdOne |
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
std::string NChannelPresenceEvent::userIdTwo |
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.