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

< A collection of zero or more friends of the user. More...

#include <NFriendList.h>

Public Attributes

std::vector< NFriendfriends
 The Friend objects. More...
 
std::string cursor
 Cursor for the next page of results, if any. More...
 

Detailed Description

< A collection of zero or more friends of the user.

Member Data Documentation

◆ cursor

std::string NFriendList::cursor

Cursor for the next page of results, if any.

◆ friends

std::vector<NFriend> NFriendList::friends

The Friend objects.


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