sendFileProgress

fun sendFileProgress(file: File): Observable<FileUploadState>

Uploads the file and sends its URI as a message to this chat.

Return

An observable that will emit when the request is processed.

Parameters

file

file to be uploaded and sent.