MessageActionsPayloadBody Class
Plaintext/HTML representation of the content of the message.
Constructor
pydantic model MessageActionsPayloadBody
Parameters
| Name | Description |
|---|---|
|
content_type
Required
|
Type of the content. Possible values include: 'html', 'text' |
|
content
Required
|
The content of the body. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
contentType
|
Default value: None
|
|
content
|
Default value: None
|
Attributes
content
field content: str = None
content_type
field content_type: str = None (alias 'contentType')