Context

interface Context

Inheritors

Types

Link copied to clipboard
data class Image(val base64: String) : Context
Link copied to clipboard
data class Text(val text: String) : Context