A message sent on a channel.  
 More...
|  | 
| string | ChannelId  [get] | 
|  | The channel this message belongs to. 
 | 
| int | Code  [get] | 
|  | The code representing a message type or category. 
 | 
| string | Content  [get] | 
|  | The content payload. 
 | 
| string | CreateTime  [get] | 
|  | The UNIX time when the message was created. 
 | 
| string | GroupId  [get] | 
|  | The ID of the group, or an empty string if this message was not sent through a group channel. 
 | 
| string | MessageId  [get] | 
|  | The unique ID of this message. 
 | 
| bool | Persistent  [get] | 
|  | True if the message was persisted to the channel's history, false otherwise. 
 | 
| string | RoomName  [get] | 
|  | The name of the chat room, or an empty string if this message was not sent through a chat room. 
 | 
| string | SenderId  [get] | 
|  | Message sender, usually a user ID. 
 | 
| string | UpdateTime  [get] | 
|  | The UNIX time when the message was last updated. 
 | 
| 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. 
 | 
| string | Username  [get] | 
|  | The username of the message sender, if any. 
 | 
A message sent on a channel. 
◆ ChannelId
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.ChannelId |  | get | 
 
The channel this message belongs to. 
 
 
◆ Code
  
  | 
        
          | int Nakama.Console.IApiChannelMessage.Code |  | get | 
 
The code representing a message type or category. 
 
 
◆ Content
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.Content |  | get | 
 
 
◆ CreateTime
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.CreateTime |  | get | 
 
The UNIX time when the message was created. 
 
 
◆ GroupId
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.GroupId |  | get | 
 
The ID of the group, or an empty string if this message was not sent through a group channel. 
 
 
◆ MessageId
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.MessageId |  | get | 
 
The unique ID of this message. 
 
 
◆ Persistent
  
  | 
        
          | bool Nakama.Console.IApiChannelMessage.Persistent |  | get | 
 
True if the message was persisted to the channel's history, false otherwise. 
 
 
◆ RoomName
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.RoomName |  | get | 
 
The name of the chat room, or an empty string if this message was not sent through a chat room. 
 
 
◆ SenderId
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.SenderId |  | get | 
 
Message sender, usually a user ID. 
 
 
◆ UpdateTime
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.UpdateTime |  | get | 
 
The UNIX time when the message was last updated. 
 
 
◆ UserIdOne
  
  | 
        
          | string Nakama.Console.IApiChannelMessage.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.Console.IApiChannelMessage.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.Console.IApiChannelMessage.Username |  | get | 
 
The username of the message sender, if any. 
 
 
The documentation for this interface was generated from the following file: