snoozeChannelPushNotifications
Temporarily disables push notifications for a specific channel until the specified date.
Return
Executable async Call responsible for snoozing the channel's push notifications. Returns a PushPreference object containing the updated preference settings with the disabledUntil
field set to the specified date.
Parameters
cid
The full channel identifier (e.g., "messaging:123") for which to snooze notifications.
until
The Date until which push notifications should be disabled for this channel. Must be a future date. After this date, notifications will resume automatically.