ChatMessage Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Chat message.

C#
public class ChatMessage
Inheritance
ChatMessage

Properties

Content

Content of a chat message.

CreatedOn

The timestamp when the chat message arrived at the server. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

DeletedOn

The timestamp (if applicable) when the message was deleted. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

EditedOn

The last timestamp (if applicable) when the message was edited. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Id

The id of the chat message. This id is server generated.

Metadata

Properties

Sender

The identifier of the chat message sender.

SenderDisplayName

The display name of the chat message sender. This property is used to populate sender name for push notifications.

SequenceId

Sequence of the chat message in the conversation.

Type

The chat message type.

Version

Version of the chat message.

Applies to

Product Versies
Azure SDK for .NET Latest, Preview