sendReturning
Make a request for action returning its Response.
Parameters
to
Recipient
via
Instance of the bot through which the request will be made.
inline suspend fun sendReturning(to: User, via: TelegramBot): Deferred<Response<out ReturnType>>(source)
inline suspend fun sendReturning(to: Chat, via: TelegramBot): Deferred<Response<out ReturnType>>(source)