ChatMessageContent Class
Content of a chat message.
Constructor
ChatMessageContent(**kwargs: Any)
Variables
| Name | Description |
|---|---|
|
message
|
Chat message content for messages of types text or html. |
|
topic
|
Chat message content for messages of type topicUpdated. |
|
participants
|
Chat message content for messages of types participantAdded or participantRemoved. |
|
initiator
|
Chat message content for messages of types participantAdded or participantRemoved. |
|
attachments
|
Chat message content for messages of type text or html |