AcsChatMessageEditedInThreadEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatMessageEditedInThread event.
- Extends
Properties
edit |
The time at which the message was edited |
message |
The body of the chat message |
metadata | The chat message metadata |
Inherited Properties
compose |
The original compose time of the message |
message |
The chat message id |
sender |
The communication identifier of the sender |
sender |
The display name of the sender |
thread |
The chat thread id |
transaction |
The transaction id will be used as co-relation vector |
type | The type of the message |
version | The version of the message |
Property Details
editTime
The time at which the message was edited
editTime: string
Property Value
string
messageBody
The body of the chat message
messageBody: string
Property Value
string
metadata
The chat message metadata
metadata: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited Property Details
composeTime
The original compose time of the message
composeTime: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.composeTime
messageId
The chat message id
messageId: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.messageId
senderCommunicationIdentifier
The communication identifier of the sender
senderCommunicationIdentifier: CommunicationIdentifierModel
Property Value
Inherited From AcsChatMessageEventInThreadBase.senderCommunicationIdentifier
senderDisplayName
The display name of the sender
senderDisplayName: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.senderDisplayName
threadId
The chat thread id
threadId: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.threadId
transactionId
The transaction id will be used as co-relation vector
transactionId: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.transactionId
type
The type of the message
type: string
Property Value
string
Inherited From AcsChatMessageEventInThreadBase.type
version
The version of the message
version: number
Property Value
number
Inherited From AcsChatMessageEventInThreadBase.version