Gallery Comment Reacted User
Defines the structure of the gallery comment reacted user resource.
Utilized by:
Schema
{ "id": 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-08T06:31:44.438Z", "updated_at": "2025-01-08T06:31:44.438Z",}Properties
id
Description: The unique identifier of the Gallery Photo Comment Reacted Users
Data Type: Integer
Nullable: No
Table: Event Photo Comment Reacted User
user
Description: The user information of the person who reacted the gallery photo
Data Type: Object
Nullable: No
Resource: Event Photo Comment Reacted 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