Hi, I have some doubts regarding how supergroup notification works, which was stated here.
Particularly, I’m interested to see how it works with 2 specifics properties while sending a message: is_silent
and send_push
:
- From what I understand, if
is_silent
is set to true for a message sent to a group channel, then members won’t be receiving any push notification, regardless of the value ofsend_push
, right? - For a supergroup of > 100 members, particularly for the case when a user is active; do those 2 properties from messages overwrite the behaviour where the user would receive notifications for every message sent within the one-minute timeframe? In other words, within that one-minute timeframe once the user becomes active, if there are messages are sent to the supergroup (>100 members) with
is_silent
set to true, will the user still receive the push notifications?
And for the 2nd question, if it does, is there a way to disable the behaviour? (to not receive notifications during the 1-minute-timeframe)