Adding OnlyStart BotBaseBuilder command option
This commit is contained in:
@@ -21,6 +21,13 @@ namespace TelegramBotBase.Builder.Interfaces
|
||||
ISessionSerializationStage DefaultCommands();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Only adds the start command.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
ISessionSerializationStage OnlyStart();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gives you the ability to add custom commands.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user