Suppose I have the model
$y_i= a+ b_1X_{i}D_{1,i} + b_2X_{i}D_{2,i} + b_3X_{i}D_{3,i} + b_4D_{2,i} + b_5D_{3,i} + e_i$
where $D_{j,i}=1$ if observation $i$ belongs to group $j=1,2,3$. There are only three groups so that each observation must belong to one of the three groups.
Suppose I find $b_1$ is significant at $5\%$ level and that $b_2$ and $b_3$ are not significant even at $10\%$. This would mean that $X$ only affects $y$ for group $1$. However, I also find that $b_1$ is not statistically different from $b_2$ and $b_3$. In practice, $b_1=0.2$ and $b_2=b_3=0.1$.
If $b_1$ is significant and the $b_2$ and $b_3$ are not, it ought to mean that $b_1$ is larger than $b_2$ and $b_3$. Yet, I do not find a statistically significant difference between the coefficients. In this case, is it still fine to interpret the results as $X$ only affecting $y$ for group $1$?