Current section

Files

Jump to
chilp include chilp@api_typing_Account.hrl
Raw

include/chilp@api_typing_Account.hrl

-record(account, {
id :: binary(),
username :: binary(),
acct :: binary(),
display_name :: binary(),
locked :: boolean(),
bot :: boolean(),
discoverable :: boolean(),
indexable :: boolean(),
group :: boolean(),
created_at :: binary(),
note :: binary(),
url :: binary(),
uri :: binary(),
avatar :: binary(),
avatar_static :: binary(),
header :: binary(),
header_static :: binary(),
followers_count :: integer(),
following_count :: integer(),
statuses_count :: integer(),
last_status_at :: binary()
}).