ProtoRune.App.Bsky.Graph.Defs.NotFoundActor (proto_rune v0.1.1)

Generated schema for notFoundActor

Description: indicates that a handle or DID could not be resolved

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Graph.Defs.NotFoundActor{
  actor: String.t(),
  not_found: boolean()
}