Part

data class Part(val text: String? = null)(source)

Represents a part of the content, which can be text or other media.

Constructors

Link copied to clipboard
constructor(text: String? = null)

Properties

Link copied to clipboard
val text: String?

The text content.