Record
get-user-user-id-response
No description available.
record get-user-user-id-response {
allow-notes: option<bool>,
bio: option<string>,
followers-count: option<s32>,
following-count: option<s32>,
fullname: option<string>,
has-list: option<bool>,
id: option<string>,
image-url: option<string>,
is-book-author: option<bool>,
is-suspended: option<bool>,
is-writer-program-enrolled: option<bool>,
medium-member-at: option<string>,
top-writer-in: option<list<string>>,
twitter-username: option<string>,
username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-notes | option<bool> | |
| bio | option<string> | |
| followers-count | option<s32> | |
| following-count | option<s32> | |
| fullname | option<string> | |
| has-list | option<bool> | |
| id | option<string> | |
| image-url | option<string> | |
| is-book-author | option<bool> | |
| is-suspended | option<bool> | |
| is-writer-program-enrolled | option<bool> | |
| medium-member-at | option<string> | |
| top-writer-in | option<list<string>> | |
| twitter-username | option<string> | |
| username | option<string> |