Inline Action Ext
Provides the ability to do inline 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 inline request for action.
Link copied to clipboard
open suspend fun sendInlineAsync(inlineMessageId: String, via: TelegramBot): Deferred<Response<out ReturnType>>
Make a request for action returning its Response.