Wasm Directoryalpha
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

NameTypeDescription
allow-notesoption​<bool>
biooption​<string>
followers-countoption​<s32>
following-countoption​<s32>
fullnameoption​<string>
has-listoption​<bool>
idoption​<string>
image-urloption​<string>
is-book-authoroption​<bool>
is-suspendedoption​<bool>
is-writer-program-enrolledoption​<bool>
medium-member-atoption​<string>
top-writer-inoption​<list​<string>>
twitter-usernameoption​<string>
usernameoption​<string>