Update IAPIKeySelectionStage.cs

This commit is contained in:
FlorianDahn 2021-10-17 17:33:49 +02:00
parent 755f5a245b
commit 1dff9d5ffe

View File

@ -11,7 +11,7 @@ namespace TelegramBotBase.Builder.Interfaces
/// </summary>
/// <param name="apiKey"></param>
/// <returns></returns>
IStartFormSelectionPage WithAPIKey(String apiKey);
IStartFormSelectionStage WithAPIKey(String apiKey);
}
}