Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatMessageContent

Package version

Content of a chat message. Content of a chat message.

Hierarchy

  • ChatMessageContent

Index

Properties

Optional initiator

initiator: CommunicationIdentifierKind

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

Optional initiatorCommunicationIdentifier

initiatorCommunicationIdentifier: CommunicationIdentifierModel

Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model must be interpreted as a union: Apart from rawId, at most one further property may be set.

Optional message

message: undefined | string

Chat message content for messages of types text or html. Chat message content for messages of types text or html.

Optional participants

participants: ChatParticipant[]

Chat message content for messages of types participantAdded or participantRemoved. Chat message content for messages of types participantAdded or participantRemoved.

Optional topic

topic: undefined | string

Chat message content for messages of type topicUpdated. Chat message content for messages of type topicUpdated.

Generated using TypeDoc