ProtoRune.App.Bsky.Actor.Defs.KnownFollowers (proto_rune v0.1.1)

Generated schema for knownFollowers

Description: The subject's followers whom you also follow

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.KnownFollowers{
  count: integer(),
  followers: [ProtoRune.App.Bsky.Actor.Defs.ProfileViewBasic.t()]
}