sendFile

abstract suspend fun sendFile(file: File, message: String? = null): Result<ConversationEntry>

Sends an attachment file to a conversation.

Parameters

file

The File to send.

text