recurring_notification
This block will be executed when a user has granted or removed permissions to receive recurring notifications from Messenger.
Last updated
Was this helpful?
This block will be executed when a user has granted or removed permissions to receive recurring notifications from Messenger.
Last updated
Was this helpful?
recurring_notification(event=Enum(:granted, :removed), &block)
Messenger
Telegram
In order to make this event occurs, a notification request must be send to the user by calling the method .
Read more about Messenger recurring notifications in the .
The user's subscription status can be verified by calling the messenger_recurring_notification_data()
method in the User
model.
To send a notification using the recurring notification token, just call send_using_token()
method instead of send()
.