| Name |
Type |
Description |
Notes |
| id |
int |
ID of the message |
[optional] |
| content |
str |
The text content of the message |
[optional] |
| content_type |
str |
The type of the template message |
[optional] |
| content_attributes |
object |
The content attributes for each content_type |
[optional] |
| message_type |
int |
The type of the message |
[optional] |
| created_at |
int |
The time at which message was created |
[optional] |
| private |
bool |
The flags which shows whether the message is private or not |
[optional] |
| attachment |
object |
The file object attached to the image |
[optional] |
| sender |
Sender |
|
[optional] |
| conversation_id |
int |
ID of the conversation |
[optional] |
[Back to Model list] [Back to API list] [Back to README]