diff options
| -rw-r--r-- | 85.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -42,9 +42,9 @@ The following result types have been declared: | |||
| 42 | | Result type | Tag name | Tag value format | | 42 | | Result type | Tag name | Tag value format | |
| 43 | | ----------------------- | ---------------------- | ----------------- | | 43 | | ----------------------- | ---------------------- | ----------------- | |
| 44 | | Follower Count | `followers` | int | | 44 | | Follower Count | `followers` | int | |
| 45 | | User Rank | `rank` | int, norm 0-100) | | 45 | | User Rank | `rank` | int, norm 0-100 | |
| 46 | | First Post Time | `first_created_at` | unix timestamp | | 46 | | First Post Time | `first_created_at` | unix timestamp | |
| 47 | | Post Count | `post_cnt` | int, | | 47 | | Post Count | `post_cnt` | int | |
| 48 | | Reply Count | `reply_cnt` | int | | 48 | | Reply Count | `reply_cnt` | int | |
| 49 | | Reactions Count | `reactions_cnt` | int | | 49 | | Reactions Count | `reactions_cnt` | int | |
| 50 | | Zap Amount Received | `zap_amt_recd` | int, sats | | 50 | | Zap Amount Received | `zap_amt_recd` | int, sats | |