TextSegment

One of the of text strings. Each string has a size limit of 1KB.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text content.

Functions

Link copied to clipboard
inline fun copy(block: TextSegment.Builder.() -> Unit = {}): TextSegment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String