![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A group in the server. More...
#include <NGroup.h>
Public Attributes | |
std::string | id |
The id of a group. More... | |
std::string | creatorId |
The id of the user who created the group. More... | |
std::string | name |
The unique name of the group. More... | |
std::string | description |
A description for the group. More... | |
std::string | lang |
The language expected to be a tag which follows the BCP-47 spec. More... | |
std::string | metadata |
Additional information stored as a JSON object. More... | |
std::string | avatarUrl |
A URL for an avatar image. More... | |
bool | open = false |
Anyone can join open groups, otherwise only admins can accept members. More... | |
int32_t | edgeCount = 0 |
The current count of all members in the group. More... | |
int32_t | maxCount = 0 |
The maximum number of members allowed. More... | |
NTimestamp | createTime = 0 |
The UNIX time when the group was created. More... | |
NTimestamp | updateTime = 0 |
The UNIX time when the group was last updated. More... | |
A group in the server.
std::string NGroup::avatarUrl |
A URL for an avatar image.
NTimestamp NGroup::createTime = 0 |
The UNIX time when the group was created.
std::string NGroup::creatorId |
The id of the user who created the group.
std::string NGroup::description |
A description for the group.
int32_t NGroup::edgeCount = 0 |
The current count of all members in the group.
std::string NGroup::id |
The id of a group.
std::string NGroup::lang |
The language expected to be a tag which follows the BCP-47 spec.
int32_t NGroup::maxCount = 0 |
The maximum number of members allowed.
std::string NGroup::metadata |
Additional information stored as a JSON object.
std::string NGroup::name |
The unique name of the group.
bool NGroup::open = false |
Anyone can join open groups, otherwise only admins can accept members.
NTimestamp NGroup::updateTime = 0 |
The UNIX time when the group was last updated.