PostTextSlice

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

Deprecated

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(start: Long, end: Long)

Properties

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