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

A list of channel messages, usually a result of a list operation. More...

#include <NChannelMessageList.h>

Public Attributes

std::vector< NChannelMessagemessages
 A list of messages. More...
 
std::string nextCursor
 The cursor to send when retireving the next page, if any. More...
 
std::string prevCursor
 The cursor to send when retrieving the previous page, if any. More...
 

Detailed Description

A list of channel messages, usually a result of a list operation.

Member Data Documentation

◆ messages

std::vector<NChannelMessage> NChannelMessageList::messages

A list of messages.

◆ nextCursor

std::string NChannelMessageList::nextCursor

The cursor to send when retireving the next page, if any.

◆ prevCursor

std::string NChannelMessageList::prevCursor

The cursor to send when retrieving the previous page, if any.


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