From 63129d353032b67636600e753393195f355e5c3a Mon Sep 17 00:00:00 2001 From: David <59258980+zerodytrash@users.noreply.github.com> Date: Thu, 14 Apr 2022 20:51:09 +0200 Subject: [PATCH] [doc] gift `receiverUserId` attribute --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d837d..cce6f0f 100644 --- a/README.md +++ b/README.md @@ -279,9 +279,13 @@ Data structure: diamondCount: 1, giftName: 'Rose', giftPictureUrl: 'https://p19-webcast.tiktokcdn.com/...', + timestamp: 1649962111957, extendedGiftInfo: { // This will be filled when you enable the `enableExtendedGiftInfo` option - } + }, + + // Receiver Details + receiverUserId: '7044962356446839814' } ```