send Business Async
open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out ReturnType>>
Make a request for action returning its Response.
Parameters
business Connection Id
Identifier of the inline message
via
Instance of the bot through which the request will be made.