KtGram
Toggle table of contents
9.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
KtGram
ktgram-utils
/
eu.vendeli.ktgram.extutils
/
sendRichMessage
send
Rich
Message
inline suspend
fun
TelegramBot
.
sendRichMessage
(
richMessage
:
InputRichMessage
,
chatId
:
Long
)
(
source
)
inline suspend
fun
TelegramBot
.
sendRichMessage
(
noinline
block
:
InputRichMessage
.
(
)
->
Unit
,
chatId
:
Long
)
(
source
)