A chat channel on the server.
More...
|
| string | Id [get] |
| | The server-assigned channel ID.
|
| IEnumerable< IUserPresence > | Presences [get] |
| | The presences visible on the chat channel.
|
| IUserPresence | Self [get] |
| | The presence of the current user. i.e. Your self.
|
| 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 chat channel on the server.
◆ GroupId
| string Nakama.IChannel.GroupId |
|
get |
The ID of the group, or an empty string if this message was not sent through a group channel.
◆ Id
| string Nakama.IChannel.Id |
|
get |
The server-assigned channel ID.
◆ Presences
The presences visible on the chat channel.
◆ RoomName
| string Nakama.IChannel.RoomName |
|
get |
The name of the chat room, or an empty string if this message was not sent through a chat room.
◆ Self
The presence of the current user. i.e. Your self.
◆ UserIdOne
| string Nakama.IChannel.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.IChannel.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: