Business Action Ext
Provides the ability to do business request.
Parameters
Return Type
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun Request<ReturnType>.doRequestReturning(bot: TelegramBot): Deferred<Response<out ReturnType>>
Link copied to clipboard
Make business request for action.
Link copied to clipboard
open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out ReturnType>>
Make a request for action returning its Response.