Beamable SDK
Public Member Functions | Public Attributes | Properties | List of all members
Beamable.Experimental.Api.Chat.Message Class Reference
Inheritance diagram for Beamable.Experimental.Api.Chat.Message:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Experimental.Api.Chat.Message:
Collaboration graph
[legend]

Public Member Functions

void Serialize (JsonSerializable.IStreamSerializer s)
 

Public Attributes

string messageId
 The id of the message
 
string roomId
 The id of the room where the message was sent
 
long gamerTag
 The gamertag of the sender
 
string content
 The message body. You should use the censoredContent to make sure the subject material is safe.
 
string censoredContent
 The message body, similar to content. However, this string goes through a profanity filter on Beamable to remove unsafe material.
 
long timestampMillis
 The timestamp that this message was created. Number of milliseconds since 1970-01-01T00:00:00Z.
 

Properties

MessageType? Type [get]
 The MessageType of the message.
 

Member Function Documentation

◆ Serialize()

void Beamable.Experimental.Api.Chat.Message.Serialize ( JsonSerializable.IStreamSerializer  s)
inline

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