sendBusinessAsync

open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out ReturnType>>

Make a request for action returning its Response.

Parameters

businessConnectionId

Identifier of the inline message

via

Instance of the bot through which the request will be made.