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

A list of users belonging to a group, along with their role. More...

#include <NGroupUserList.h>

Public Attributes

std::vector< NGroupUsergroupUsers
 User-role pairs for a group. More...
 
std::string cursor
 Cursor for the next page of results, if any. More...
 

Detailed Description

A list of users belonging to a group, along with their role.

Member Data Documentation

◆ cursor

std::string NGroupUserList::cursor

Cursor for the next page of results, if any.

◆ groupUsers

std::vector<NGroupUser> NGroupUserList::groupUsers

User-role pairs for a group.


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