KtGram
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
KtGram
telegram-bot
/
eu.vendeli.tgbot.interfaces.action
/
Action
/
send
send
suspend
fun
send
(
to
:
String
,
via
:
TelegramBot
)
(
source
)
Make a request for action.
Parameters
to
Recipient
via
Instance of the bot through which the request will be made.
suspend
fun
send
(
to
:
Long
,
via
:
TelegramBot
)
(
source
)
inline suspend
fun
send
(
to
:
User
,
via
:
TelegramBot
)
(
source
)
inline suspend
fun
send
(
to
:
Chat
,
via
:
TelegramBot
)
(
source
)