Skip to content

Gallery Comment Reacted User With Reaction

Defines the structure of the resource.

Utilized by:

Schema

{
"id": 0,
"event_photo_comment_reaction": {
"id": 0,
"event_photo_comment_reaction": "string",
"event_photo_comment_reactions_count": 0,
"user_reacted": true,
"created_at": "2025-01-09T03:22:12.682Z",
"updated_at": "2025-01-09T03:22:12.682Z",
},
"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-09T03:22:12.682Z",
"updated_at": "2025-01-09T03:22:12.682Z",
}

Properties

id

Description: The unique identifier of the Gallery Photo Comment Reacted Users
Data Type: Integer
Nullable: No
Table: Event Photo Comment Reacted User

event_photo_comment_reaction

Description: Indicates the type of reaction made to a comment on a gallery photo
Data Type: Integer
Nullable: No
Resource: Event Photo Comment Reaction

user

Description: The user information of the person who reacted to the comment
Data Type: Integer
Nullable: No
Resource: Minimal User

created_at

Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes
Table: Gallery Photo Comment Reacted User

updated_at

Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes
Table: Gallery Photo Comment Reacted User