Link Search Menu Expand Document

Constructor: reactionsNotifySettings

Back to constructors index

Attributes:

NameTypeRequired
messages_notify_fromReactionNotificationsFromOptional
stories_notify_fromReactionNotificationsFromOptional
soundNotificationSoundYes
show_previewsBoolYes

Type: ReactionsNotifySettings

Example:

$reactionsNotifySettings = ['_' => 'reactionsNotifySettings', 'messages_notify_from' => ReactionNotificationsFrom, 'stories_notify_from' => ReactionNotificationsFrom, 'sound' => NotificationSound, 'show_previews' => Bool];