sendPdf

abstract suspend fun sendPdf(pdf: File): Result<ConversationEntry>

Sends a PDF attachment file to a conversation.

Return

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

Parameters

pdf

The File to send.