send

suspend fun send(text: String): String
suspend fun <T> send(content: T, options: SendOptions? = null): String
suspend fun send(encodedContent: EncodedContent): String