ParticipantAddedSystemMessage interface

A system message notifying that a participant was added to the chat thread.

Extends

Properties

participants
systemMessageType

Inherited Properties

createdOn
iconName
messageId
messageType

Property Details

participants

participants: CommunicationParticipant[]

Property Value

systemMessageType

systemMessageType: "participantAdded"

Property Value

"participantAdded"

Inherited Property Details

createdOn

createdOn: Date

Property Value

Date

Inherited From SystemMessageCommon.createdOn

iconName

iconName: string

Property Value

string

Inherited From SystemMessageCommon.iconName

messageId

messageId: string

Property Value

string

Inherited From SystemMessageCommon.messageId

messageType

messageType: "system"

Property Value

"system"

Inherited From SystemMessageCommon.messageType