Skip to content

Commit d32e0cd

Browse files
authored
Merge pull request #1253 from TelegramBots/karb0f0s/fix_deleteForumTopic
Fix #1252 DeleteForumTopicRequest
2 parents 6ff48bc + 0e646e3 commit d32e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram.Bot/Requests/Available methods/Manage Chat/DeleteForumTopicRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class DeleteForumTopicRequest : RequestBase<bool>, IChatTargetable
2727
/// <param name="chatId">Unique identifier for the target chat or username of the target supergroup</param>
2828
/// <param name="messageThreadId">Unique identifier for the target message thread of the forum topic</param>
2929
public DeleteForumTopicRequest(ChatId chatId, int messageThreadId)
30-
: base("reopenForumTopic")
30+
: base("deleteForumTopic")
3131
{
3232
ChatId = chatId;
3333
MessageThreadId = messageThreadId;

0 commit comments

Comments
 (0)