Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Table description
Thedune.lens.publication_reaction table holds the reaction type and who reacted.
Table Schema
| Column Name | Type | Description |
|---|---|---|
| publication_id | varchar | Publication ID that was reacted to (format: profileId-pubId) |
| actioned_by_profile_id | varbinary | Profile ID of the user who reacted |
| type | varchar | Type of reaction (e.g. UPVOTE, DOWNVOTE) |
| action_at | timestamp | Timestamp when the reaction was created |
| app | varchar | Application used to create the reaction |