Chat |
public sealed class ChatEventItem : ChatItemBase
The ChatEventItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Conversation | Gets or sets the conversation this event belongs to. | |
| Direction | Gets or sets the direction of this event. | |
| Id | Gets the ID of this event. | |
| Importance | Gets or sets the importance of this event. | |
| IsDeleted | Gets or sets whether this event is deleted. | |
| Message | Gets or sets the message content of this event. | |
| Parent | Gets or sets the parent of this event. This is used for, e.g., replies in a specific thread. | |
| Recipients | Gets the recipients of this event. | |
| Sender | Gets or sets the sender of this event. | |
| Timestamp | Gets or sets the date at which this event was sent. | |
| Type | Gets or sets the type of this event. |
| Name | Description | |
|---|---|---|
| ClearAttachments | Removes all attachments from this event. | |
| ClearEdits | Removes all edits from this event. | |
| ClearReactions | Removes all reactions from this event. | |
| ClearReadReceipts | Removes all read receipts from this event. | |
| CreateAttachment | Creates and adds a new attachment to this event. | |
| CreateEdit | Creates and adds a new edit to this event. | |
| CreateExternalResourceAttachment | Creates and adds a new external resource attachment to this event. | |
| CreateReaction | Creates and adds a new reaction to this event. | |
| CreateReadReceipt | Creates and adds a new read receipt to this event. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetAttachments | Gets all attachments of this event. | |
| GetEdits | Gets all edits of this event. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetReactions | Gets all reactions of this event. | |
| GetReadReceipts | Gets all read receipts of this event. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| RemoveAttachment | Removes the specified attachment from this event. | |
| RemoveEdit | Removes the specified edit from this event. | |
| RemoveReaction | Removes the specified reaction from this event. | |
| RemoveReadReceipt | Removes the specified read receipt from this event. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |