sendFile

open fun sendFile(chat: ChatModel, url: String, description: String): Completable
open fun sendFile(chat: ChatModel, file: File, name: String): Completable