Record
user
No description available.
record user {
created-at: option<string>,
description: option<string>,
entities: option<user-entities>,
id: user-id,
location: option<string>,
name: string,
pinned-tweet-id: option<tweet-id>,
profile-image-url: option<string>,
protected: option<bool>,
public-metrics: option<user-public-metrics>,
url: option<string>,
username: user-name,
verified: option<bool>,
verified-type: option<string>,
withheld: option<user-withheld>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| description | option<string> | |
| entities | option<user-entities> | |
| id | user-id | |
| location | option<string> | |
| name | string | |
| pinned-tweet-id | option<tweet-id> | |
| profile-image-url | option<string> | |
| protected | option<bool> | |
| public-metrics | option<user-public-metrics> | |
| url | option<string> | |
| username | user-name | |
| verified | option<bool> | |
| verified-type | option<string> | |
| withheld | option<user-withheld> |