ProtoRune.Com.Atproto.Sync.SubscribeRepos.Identity (proto_rune v0.1.1)

Generated schema for identity

Description: Represents a change to an account's identity. Could be an updated handle, signing key, or pds hosting endpoint. Serves as a prod to all downstream services to refresh their identity cache.

Summary

Types

@type t() :: %ProtoRune.Com.Atproto.Sync.SubscribeRepos.Identity{
  did: String.t(),
  handle: String.t(),
  seq: integer(),
  time: String.t()
}