docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.extensions.api.chat.forum
/
deleteForumTopic
delete
Forum
Topic
suspend
fun
TelegramBot
.
deleteForumTopic
(
chatId
:
ChatIdentifier
,
messageThreadId
:
MessageThreadId
)
(
source
)
suspend
fun
TelegramBot
.
deleteForumTopic
(
chatId
:
ChatIdentifier
,
forumTopic
:
ForumTopic
)
(
source
)
suspend
fun
TelegramBot
.
deleteForumTopic
(
chat
:
Chat
,
messageThreadId
:
MessageThreadId
)
(
source
)
suspend
fun
TelegramBot
.
deleteForumTopic
(
chat
:
Chat
,
forumTopic
:
ForumTopic
)
(
source
)