Message
Last updated
Last updated
A message is a piece of text that a user can send to a conversation.
Field | Type | Description |
---|---|---|
id
string
The id of the message
text
string
The text content of the message
file
The file associated with this message
created_at
string
The ISO Date the message was sent
user_id
string
The id of the user that sent the message
chat_id
string
the id of the chat that this message is being sent in
metadata
json object
an optional key value pair for any additional message information such as custom font size, font type, or JSON
formatted string. accepts string,number and boolean values