This endpoint updates a message
Field | Type | Description |
---|---|---|
id | String | Unique identifier for the message |
body | String | The content or text of the message |
created_at | DateTime | The date and time when the message was created |
date | Date | The date when the message was sent |
deliveredReceipt | Boolean | Indicates if the message has been delivered |
from | String | Sender of the message |
fromMe | Boolean | Indicates if the message was sent by the user |
is_public | Boolean | Indicates if the message is public or private |
messageNumber | Integer | Unique number assigned to the message |
sentReceipt | Boolean | Indicates if the message has been sent |
time | Time | The time when the message was sent |
timestamp | DateTime | The timestamp of the message |
to | String | Recipient of the message |
user_id | String | Unique identifier for the user associated with the message |
username | String | Username of the user associated with the message |