PostTextSlice

data class PostTextSlice(val end: Long, val start: Long)

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

Constructors

Link copied to clipboard
constructor(end: Long, start: Long)

Properties

Link copied to clipboard
val end: Long
Link copied to clipboard
val start: Long