Renaming
This commit is contained in:
parent
a22ede0f4f
commit
755f5a245b
@ -10,7 +10,7 @@ using TelegramBotBase.Interfaces;
|
||||
|
||||
namespace TelegramBotBase.Builder
|
||||
{
|
||||
public class BotBaseBuilder : IAPIKeySelectionStage, IStartFormSelectionPage, IBuildingStage, INetworkingSelectionStage
|
||||
public class BotBaseBuilder : IAPIKeySelectionStage, IStartFormSelectionStage, IBuildingStage, INetworkingSelectionStage
|
||||
{
|
||||
|
||||
String apiKey = null;
|
||||
@ -24,7 +24,7 @@ namespace TelegramBotBase.Builder
|
||||
return new BotBaseBuilder();
|
||||
}
|
||||
|
||||
public IStartFormSelectionPage WithAPIKey(string apiKey)
|
||||
public IStartFormSelectionStage WithAPIKey(string apiKey)
|
||||
{
|
||||
this.apiKey = apiKey;
|
||||
return this;
|
||||
|
||||
@ -6,7 +6,7 @@ using TelegramBotBase.Interfaces;
|
||||
|
||||
namespace TelegramBotBase.Builder.Interfaces
|
||||
{
|
||||
public interface IStartFormSelectionPage
|
||||
public interface IStartFormSelectionStage
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
Loading…
x
Reference in New Issue
Block a user