Share via


AcsChatMessageEventInThreadBase interface

Schema of common properties of all thread-level chat message events

Extends

Properties

composeTime

The original compose time of the message

messageId

The chat message id

senderCommunicationIdentifier

The communication identifier of the sender

senderDisplayName

The display name of the sender

type

The type of the message

version

The version of the message

Inherited Properties

threadId

The chat thread id

transactionId

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