Record
tweet-public-metrics
No description available.
record tweet-public-metrics {
impression-count: s32,
like-count: s32,
quote-count: option<s32>,
reply-count: s32,
retweet-count: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| impression-count | s32 | |
| like-count | s32 | |
| quote-count | option<s32> | |
| reply-count | s32 | |
| retweet-count | s32 |