Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions x-api/activity/event-payloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ The `payload` is a like object with the following fields:
| `id` | Like event ID |
| `liked_tweet_id` | ID of the Post that was liked |
| `liked_tweet_author_id` | Author of the liked Post |
| `liking_user_id` | ID of the user who liked the Post |
| `created_at` | Creation time of the liked Post (when available) |
| `timestamp_ms` | Event timestamp in milliseconds (when available) |

Expand All @@ -795,6 +796,7 @@ The `payload` is a like object with the following fields:
"id": "87719f50ee17bdfa06a3089098a2b9ed",
"created_at": "2026-07-24T21:12:45.000Z",
"timestamp_ms": "1784927565236",
"liking_user_id": "1111111111111111111",
"liked_tweet_author_id": "3333333333333333333",
"liked_tweet_id": "2079814480427442556"
},
Expand Down Expand Up @@ -884,6 +886,11 @@ The `payload` is a like object with the following fields:
}
]
}
},
{
"id": "1111111111111111111",
"name": "Liking User",
"username": "LikingUser"
}
],
"tweets": [
Expand Down