Skip to main content

include/rocksky@generated@types_GetFollowersOutput.hrl

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