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

A scheduled message. More...

Properties

string ConsumeTime [get]
 The time the message was consumed by the identity.
 
string CreateTime [get]
 The time the message was created.
 
string Id [get]
 The message's unique identifier.
 
string ImageUrl [get]
 The message's image url.
 
IDictionary< string, string > Metadata [get]
 A key-value pairs of metadata.
 
string ReadTime [get]
 The time the message was read by the client.
 
string ScheduleId [get]
 The identifier of the schedule.
 
string SendTime [get]
 The send time for the message.
 
string Text [get]
 The message's text.
 
string Title [get]
 The message's title.
 
string UpdateTime [get]
 The time the message was updated.
 

Detailed Description

A scheduled message.

Property Documentation

◆ ConsumeTime

string Satori.IApiMessage.ConsumeTime
get

The time the message was consumed by the identity.

◆ CreateTime

string Satori.IApiMessage.CreateTime
get

The time the message was created.

◆ Id

string Satori.IApiMessage.Id
get

The message's unique identifier.

◆ ImageUrl

string Satori.IApiMessage.ImageUrl
get

The message's image url.

◆ Metadata

IDictionary<string, string> Satori.IApiMessage.Metadata
get

A key-value pairs of metadata.

◆ ReadTime

string Satori.IApiMessage.ReadTime
get

The time the message was read by the client.

◆ ScheduleId

string Satori.IApiMessage.ScheduleId
get

The identifier of the schedule.

◆ SendTime

string Satori.IApiMessage.SendTime
get

The send time for the message.

◆ Text

string Satori.IApiMessage.Text
get

The message's text.

◆ Title

string Satori.IApiMessage.Title
get

The message's title.

◆ UpdateTime

string Satori.IApiMessage.UpdateTime
get

The time the message was updated.


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