A message sent from user to user
Inheritance Hierarchy
GF.Api.Messaging.ChatChatMessage
Namespace: GF.Api.Messaging.Chat
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The ChatMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChatMessage |
Constructor
|
Properties
Name | Description | |
---|---|---|
FromUser |
User who sent the message
| |
IsAlert |
Indicates if the chat message is alert
| |
Message |
Message text
| |
Timestamp |
Timestamp, UTC
| |
ToUser |
User to whom the message was sent
|
See Also