ChatMessage Class

GF API Documentation
A message sent from user to user
Inheritance Hierarchy

SystemObject
  GF.Api.Messaging.ChatChatMessage

Namespace:  GF.Api.Messaging.Chat
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class ChatMessage

The ChatMessage type exposes the following members.

Constructors

  NameDescription
Public methodChatMessage
Constructor
Top
Properties

  NameDescription
Public propertyFromUser
User who sent the message
Public propertyIsAlert
Indicates if the chat message is alert
Public propertyMessage
Message text
Public propertyTimestamp
Timestamp, UTC
Public propertyToUser
User to whom the message was sent
Top
See Also

Reference