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

An acknowledgement from the server when a chat message is delivered to a channel. More...

Inherited by Nakama.ChannelMessageAck.

Properties

string ChannelId [get]
 The server-assigned channel ID.
 
int Code [get]
 A user-defined code for the chat message.
 
string CreateTime [get]
 The UNIX time when the message was created.
 
string MessageId [get]
 A unique ID for the chat message.
 
bool Persistent [get]
 True if the chat message has been stored in history.
 
string UpdateTime [get]
 The UNIX time when the message was updated.
 
string Username [get]
 The username of the sender of the message.
 
string RoomName [get]
 The name of the chat room, or an empty string if this message was not sent through a chat room.
 
string GroupId [get]
 The ID of the group, or an empty string if this message was not sent through a group channel.
 
string UserIdOne [get]
 The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
 
string UserIdTwo [get]
 The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
 

Detailed Description

An acknowledgement from the server when a chat message is delivered to a channel.

Property Documentation

◆ ChannelId

string Nakama.IChannelMessageAck.ChannelId
get

The server-assigned channel ID.

◆ Code

int Nakama.IChannelMessageAck.Code
get

A user-defined code for the chat message.

◆ CreateTime

string Nakama.IChannelMessageAck.CreateTime
get

The UNIX time when the message was created.

◆ GroupId

string Nakama.IChannelMessageAck.GroupId
get

The ID of the group, or an empty string if this message was not sent through a group channel.

◆ MessageId

string Nakama.IChannelMessageAck.MessageId
get

A unique ID for the chat message.

◆ Persistent

bool Nakama.IChannelMessageAck.Persistent
get

True if the chat message has been stored in history.

◆ RoomName

string Nakama.IChannelMessageAck.RoomName
get

The name of the chat room, or an empty string if this message was not sent through a chat room.

◆ UpdateTime

string Nakama.IChannelMessageAck.UpdateTime
get

The UNIX time when the message was updated.

◆ UserIdOne

string Nakama.IChannelMessageAck.UserIdOne
get

The ID of the first DM user, or an empty string if this message was not sent through a DM chat.

◆ UserIdTwo

string Nakama.IChannelMessageAck.UserIdTwo
get

The ID of the second DM user, or an empty string if this message was not sent through a DM chat.

◆ Username

string Nakama.IChannelMessageAck.Username
get

The username of the sender of the message.


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