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.
public class ChatMessage
type ChatMessage = class
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: |
DeletedOn |
The timestamp (if applicable) when the message was deleted. The timestamp is in RFC3339 format: |
EditedOn |
The last timestamp (if applicable) when the message was edited. The timestamp is in RFC3339 format: |
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
Azure SDK for .NET