Skip to content

Message Attachment

Defines the structure of the message attachment resource.

Utilized by:

Schema

{
"id": 0,
"message_attachment_url": "string",
"message_attachment_added_to_album": true,
"user": {
"id": 0,
"user_first_name": "string",
"user_middle_name": "string",
"user_last_name": "string",
"user_username": "string",
"user_avatar_url": "string",
"user_visible": "string"
},
"created_at": "2025-01-21T05:33:55.062Z",
"updated_at": "2025-01-21T05:33:55.062Z"
}

Properties

id

Description: The message attachment unique identifier
Data Type: Integer
Nullable: No
Table: Message Attachment

message_attachment_url

Description: The URL of the attachment
Data Type: String
Nullable: No
Table: Message Attachment

message_attachment_added_to_album

Description: Indicates whether the message attachment is added to the gallery album
Data Type: Boolean
Nullable: No
Table: Message Attachment

user

Description: The sender’s user information for the attachment
Data Type: Object
Nullable: No
Resource: Minimal User

created_at

Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes
Table: Message

updated_at

Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes
Table: Message