ProtoRune.App.Bsky.Richtext.Facet (proto_rune v0.1.1)
Generated schema for main
Description: Annotation of a sub-string within rich text.
Summary
Types
@type t() :: %ProtoRune.App.Bsky.Richtext.Facet{ features: [ ProtoRune.App.Bsky.Richtext.Facet.Mention.t() | ProtoRune.App.Bsky.Richtext.Facet.Link.t() | ProtoRune.App.Bsky.Richtext.Facet.Tag.t() ], index: ProtoRune.App.Bsky.Richtext.Facet.ByteSlice.t() }