Skip to content

Gallery Photo Comment

Defines the structure of the gallery photo comment resource.

Utilized by:

Schema

{
"id": 0,
"event_photo_comment": "string",
"event_photo_comment_replies_count": 0,
"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-08T05:33:12.613Z",
"updated_at": "2025-01-08T05:33:12.613Z"
}

Properties

id

Description: The event photo comment unique identifier Data Type: Integer
Nullable: No
Table: Event Photo Comment

event_photo_comment

Description: The comment associated with the photo Data Type: String
Nullable: No
Table: Event Photo Comment

event_photo_comment_replies_count

Description: The total number of replies on the comment Data Type: String
Nullable: No
Table: Event Photo Comment

user

Description: The user information of the person who commented on the photo Data Type: String
Nullable: No
Resource: Minimal User

created_at

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

updated_at

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