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

A batch of join and leave presences on a chat channel. More...

Inherited by Nakama.ChannelPresenceEvent.

Properties

string ChannelId [get]
 The unique identifier of the chat channel.
 
IEnumerable< IUserPresenceJoins [get]
 Presences of the users who joined the channel.
 
IEnumerable< IUserPresenceLeaves [get]
 Presences of users who left the channel.
 
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

A batch of join and leave presences on a chat channel.

Property Documentation

◆ ChannelId

string Nakama.IChannelPresenceEvent.ChannelId
get

The unique identifier of the chat channel.

◆ GroupId

string Nakama.IChannelPresenceEvent.GroupId
get

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

◆ Joins

IEnumerable<IUserPresence> Nakama.IChannelPresenceEvent.Joins
get

Presences of the users who joined the channel.

◆ Leaves

IEnumerable<IUserPresence> Nakama.IChannelPresenceEvent.Leaves
get

Presences of users who left the channel.

◆ RoomName

string Nakama.IChannelPresenceEvent.RoomName
get

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

◆ UserIdOne

string Nakama.IChannelPresenceEvent.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.IChannelPresenceEvent.UserIdTwo
get

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


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