Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatMessageContent

Package version

Content of a chat message.

Hierarchy

  • any
    • ChatMessageContent

Index

Properties

Optional initiator

initiator: undefined | string

Chat message content for messages of types participantAdded or participantRemoved.

Optional message

message: undefined | string

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 type "participantAdded" or "participantRemoved" messages.

Optional topic

topic: undefined | string

Chat message content for messages of type topicUpdated.

Generated using TypeDoc