![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A list of channel messages, usually a result of a list operation. More...
#include <NChannelMessageList.h>
Public Attributes | |
std::vector< NChannelMessage > | messages |
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... | |
A list of channel messages, usually a result of a list operation.
std::vector<NChannelMessage> NChannelMessageList::messages |
A list of messages.
std::string NChannelMessageList::nextCursor |
The cursor to send when retireving the next page, if any.
std::string NChannelMessageList::prevCursor |
The cursor to send when retrieving the previous page, if any.