Skip to content

Message Reaction

Defines the structure of the message reaction resource.

Utilized by:

Schema

{
"id": "string",
"message_id": "string",
"message_reaction": "string",
"message_reaction_count": "string",
"created_at": "2025-01-22T05:44:35.623Z",
"updated_at": "2025-01-22T05:44:35.623Z"
}

Properties

id

Description: The message reaction unique identifier
Data Type: Integer
Nullable: No
Table: Message Reaction

message_id

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

message_reaction

Description: The path to the reaction in the a mobile emoji
Data Type: Integer
Nullable: No
Table: Message Reaction

message_reaction_count

Description: The number of reactions
Data Type: Integer
Nullable: No
Table: Message Reaction

created_at

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

updated_at

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