From 95d90383fac83def84be5a55f43c4ad10418cfa3 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 17:04:11 +0000 Subject: [PATCH] docs: add liking_user_id to like.create sample payload --- x-api/activity/event-payloads.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x-api/activity/event-payloads.mdx b/x-api/activity/event-payloads.mdx index a7522b08c..6fda11b10 100644 --- a/x-api/activity/event-payloads.mdx +++ b/x-api/activity/event-payloads.mdx @@ -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) | @@ -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" }, @@ -884,6 +886,11 @@ The `payload` is a like object with the following fields: } ] } + }, + { + "id": "1111111111111111111", + "name": "Liking User", + "username": "LikingUser" } ], "tweets": [