sendLocation

open fun sendLocation(chat: ChatModel, description: String, location: Location): Completable
open fun sendLocation(chat: ChatModel, description: String, preview: File, location: Location): Completable
open fun sendLocation(chat: ChatModel, description: String, preview: String, location: Location): Completable