sendImage

abstract suspend fun sendImage(image: File): Result<ConversationEntry>

Sends an image attachment file to a conversation.

Return

The Result of sending the image. Result.Success.data returns the sent image.

Parameters

image

The File to send.