public override bool IsValid(Update update, TelegramChat?user, MessageCommand command, ITelegramBotData botData) { return(command == null || !command.IsCommand()); }