Skip to main content

include/rocksky@generated@types_UnfollowAccountOutput.hrl

-record(unfollow_account_output, {
    subject :: rocksky@generated@types:actor_profile_view_basic(),
    followers :: list(rocksky@generated@types:actor_profile_view_basic()),
    cursor :: gleam@option:option(binary())
}).