-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()) }).