toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.interfaces.action
/
Action
/
sendReturning
send
Returning
inline suspend
fun
sendReturning
(
to
:
String
,
via
:
TelegramBot
)
:
Deferred
<
Response
<
out
ReturnType
>
>
inline suspend
fun
sendReturning
(
to
:
Long
,
via
:
TelegramBot
)
:
Deferred
<
Response
<
out
ReturnType
>
>
inline suspend
fun
sendReturning
(
to
:
User
,
via
:
TelegramBot
)
:
Deferred
<
Response
<
out
ReturnType
>
>
inline suspend
fun
sendReturning
(
to
:
Chat
,
via
:
TelegramBot
)
:
Deferred
<
Response
<
out
ReturnType
>
>