send Inline Async
open suspend fun sendInlineAsync(inlineMessageId: String, via: TelegramBot): Deferred<Response<out ReturnType>>
Make a request for action returning its Response.
Parameters
inline Message Id
Identifier of the inline message
via
Instance of the bot through which the request will be made.