A list of channel messages, usually a result of a list operation.
More...
Inherited by Nakama.ApiChannelMessageList.
|
string | CacheableCursor [get] |
| Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
|
|
IEnumerable< IApiChannelMessage > | Messages [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.
|
|
A list of channel messages, usually a result of a list operation.
◆ CacheableCursor
string Nakama.IApiChannelMessageList.CacheableCursor |
|
get |
Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
◆ 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: