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.
@type t() :: %ProtoRune.App.Bsky.Feed.Post.TextSlice{end: integer(), start: integer()}