Skip to content

Commit

Permalink
[doc] gift receiverUserId attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodytrash authored Apr 14, 2022
1 parent f4ffcd6 commit 63129d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 63129d3

Please sign in to comment.