Current section
Files
Jump to
Current section
Files
include/chilp@api_typing_Status.hrl
-record(status, {
id :: binary(),
created_at :: binary(),
in_reply_to_id :: binary(),
sensitive :: boolean(),
spoiler_text :: binary(),
visibility :: binary(),
language :: binary(),
uri :: binary(),
url :: binary(),
replies_count :: integer(),
reblogs_count :: integer(),
favourites_count :: integer(),
quotes_count :: integer(),
edited_at :: gleam@option:option(binary()),
content :: binary(),
account :: chilp@api_typing:account(),
media_attachments :: list(binary()),
mentions :: list(chilp@api_typing:mentions()),
tags :: list(chilp@api_typing:status_tag())
}).