AcsChatMessageEventInThreadBase interface
Schema of common properties of all thread-level chat message events
- Extends
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 |
type | The type of the message |
version | The version of the message |
Inherited Properties
thread |
The chat thread id |
transaction |
The transaction id will be used as co-relation vector |
Property Details
composeTime
The original compose time of the message
composeTime?: string
Property Value
string
messageId
The chat message id
messageId: string
Property Value
string
senderCommunicationIdentifier
The communication identifier of the sender
senderCommunicationIdentifier: CommunicationIdentifierModel
Property Value
senderDisplayName
The display name of the sender
senderDisplayName?: string
Property Value
string
type
The type of the message
type: string
Property Value
string
version
The version of the message
version?: number
Property Value
number
Inherited Property Details
threadId
The chat thread id
threadId: string
Property Value
string
Inherited From AcsChatEventInThreadBase.threadId
transactionId
The transaction id will be used as co-relation vector
transactionId: string
Property Value
string
Inherited From AcsChatEventInThreadBase.transactionId