sendImage
Deprecated
Deprecated. Use sendFile(file: File,message: String? ): Result<ConversationEntry API instead.
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.