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