public BotCommandsParsingService(BotCommandsPropertyConversionService botCommandPropertyConversionService, BotCommandsRequestValueGetterService botCommandsRequestValueGetterService) { this._botCommandPropertyConversionService = botCommandPropertyConversionService; this._botCommandsRequestValueGetterService = botCommandsRequestValueGetterService; }
public BotCommandsParsingService(BotCommandsPropertyConversionService botCommandPropertyConversionService) { this.botCommandPropertyConversionService = botCommandPropertyConversionService; }