KtGram
Toggle table of contents
8.1.0
common
Platform filter
common
Switch theme
Search in API
KtGram
ktgram-utils
/
eu.vendeli.ktgram.extutils
/
sendMessage
send
Message
inline suspend
fun
TelegramBot
.
sendMessage
(
text
:
String
,
chatId
:
Long
)
(
source
)
inline suspend
fun
TelegramBot
.
sendMessage
(
noinline
block
:
EntitiesCtxBuilder
<
SendMessageAction
>
.
(
)
->
String
,
chatId
:
Long
)
(
source
)