Nakama .NET Client SDK 3.13.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Satori.IApiGetMessageListResponse Interface Reference

A response containing all the messages for an identity. More...

Properties

string CacheableCursor [get]
 Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
 
IEnumerable< IApiMessageMessages [get]
 The 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 response containing all the messages for an identity.

Property Documentation

◆ CacheableCursor

string Satori.IApiGetMessageListResponse.CacheableCursor
get

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

◆ Messages

IEnumerable<IApiMessage> Satori.IApiGetMessageListResponse.Messages
get

The list of messages.

◆ NextCursor

string Satori.IApiGetMessageListResponse.NextCursor
get

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

◆ PrevCursor

string Satori.IApiGetMessageListResponse.PrevCursor
get

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


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