Current section

Files

Jump to
chilp include chilp@widget_BskyThreadReply.hrl
Raw

include/chilp@widget_BskyThreadReply.hrl

-record(bsky_thread_reply, {
at_uri :: binary(),
like_count :: integer(),
created_at :: gleam@time@timestamp:timestamp(),
body_text :: binary(),
author_did :: binary(),
author_handle :: binary(),
author_displayname :: binary(),
author_avatar :: binary(),
children :: list(chilp@widget:bsky_thread_reply())
}).