From 1dff9d5ffe3bcc826973911d8775a34091a52107 Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Sun, 17 Oct 2021 17:33:49 +0200 Subject: [PATCH] Update IAPIKeySelectionStage.cs --- TelegramBotBase/Builder/Interfaces/IAPIKeySelectionStage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBotBase/Builder/Interfaces/IAPIKeySelectionStage.cs b/TelegramBotBase/Builder/Interfaces/IAPIKeySelectionStage.cs index 5e33a8f..0d4c112 100644 --- a/TelegramBotBase/Builder/Interfaces/IAPIKeySelectionStage.cs +++ b/TelegramBotBase/Builder/Interfaces/IAPIKeySelectionStage.cs @@ -11,7 +11,7 @@ namespace TelegramBotBase.Builder.Interfaces /// /// /// - IStartFormSelectionPage WithAPIKey(String apiKey); + IStartFormSelectionStage WithAPIKey(String apiKey); } }