Package version:

Interface ChatMessageContent

Content of a chat message.

Hierarchy

  • ChatMessageContent

Properties

attachments?: ChatAttachment[]

List of attachments for this message

initiator?: any

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.

message?: string

Chat message content for messages of types text or html.

participants?: ChatParticipant[]

Chat message content for messages of types participantAdded or participantRemoved.

topic?: string

Chat message content for messages of type topicUpdated.

Generated using TypeDoc