Documentation / messaging/Message
messaging/Message
Classes
Message
Represents a message published on the Messenger.
Constructors
new Message()
new Message(
type,content):Message
Initializes a new instance of Message.
Parameters
type
Constructor
Type of the content in the message.
content
object
The actual content.
Returns
Defined in
Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16
Properties
content
readonlycontent:object
The actual content.
Defined in
Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16
type
readonlytype:Constructor
Type of the content in the message.
Defined in
Source/JavaScript/Applications.React.MVVM/messaging/Message.ts:16