Text Content Part
Base of the three content parts that carry nothing but text, so they can be matched at once:
val text = part.let { if (it is TextContentPart) it.text else null }Content copied to clipboard
Base of the three content parts that carry nothing but text, so they can be matched at once:
val text = part.let { if (it is TextContentPart) it.text else null }