A batch of join and leave presences on a chat channel.
More...
Inherited by Nakama.ChannelPresenceEvent.
|
string | ChannelId [get] |
| The unique identifier of the chat channel.
|
|
IEnumerable< IUserPresence > | Joins [get] |
| Presences of the users who joined the channel.
|
|
IEnumerable< IUserPresence > | Leaves [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.
|
|
A batch of join and leave presences on a chat channel.
◆ 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
Presences of the users who joined the channel.
◆ Leaves
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: