Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiChannelMessageList Interface Reference

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

Inherited by Nakama.ApiChannelMessageList.

Properties

string CacheableCursor [get]
 Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
 
IEnumerable< IApiChannelMessageMessages [get]
 A list of messages.
 
string NextCursor [get]
 The cursor to send when retrieving the next page, if any.
 
string PrevCursor [get]
 The cursor to send when retrieving the previous page, if any.
 

Detailed Description

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

Property Documentation

◆ CacheableCursor

string Nakama.IApiChannelMessageList.CacheableCursor
get

Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.

◆ Messages

IEnumerable<IApiChannelMessage> Nakama.IApiChannelMessageList.Messages
get

A list of messages.

◆ NextCursor

string Nakama.IApiChannelMessageList.NextCursor
get

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

◆ PrevCursor

string Nakama.IApiChannelMessageList.PrevCursor
get

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


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