![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A list of users belonging to a group, along with their role. More...
#include <NGroupUserList.h>
Public Attributes | |
std::vector< NGroupUser > | groupUsers |
User-role pairs for a group. More... | |
std::string | cursor |
Cursor for the next page of results, if any. More... | |
A list of users belonging to a group, along with their role.
std::string NGroupUserList::cursor |
Cursor for the next page of results, if any.
std::vector<NGroupUser> NGroupUserList::groupUsers |
User-role pairs for a group.