ProtoRune.App.Bsky.Feed.Post.TextSlice (proto_rune v0.1.1)

Generated schema for textSlice

Description: Deprecated. Use app.bsky.richtext instead -- A text segment. Start is inclusive, end is exclusive. Indices are for utf16-encoded strings.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Feed.Post.TextSlice{end: integer(), start: integer()}