ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.api
/
dev.inmo.tgbotapi.extensions.api.send
/
sendMessageDraftFlow
send
Message
Draft
Flow
suspend
fun
TelegramBot
.
sendMessageDraftFlow
(
chatId
:
IdChatIdentifier
,
messagesFlow
:
Flow
<
TextSourcesList
>
,
threadId
:
MessageThreadId
?
=
chatId.threadId
,
draftId
:
DraftId
?
=
null
)
:
Boolean