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); } }