Constructor: reactionsNotifySettings
Attributes:
Name | Type | Required |
---|---|---|
messages_notify_from | ReactionNotificationsFrom | Optional |
stories_notify_from | ReactionNotificationsFrom | Optional |
sound | NotificationSound | Yes |
show_previews | Bool | Yes |
Type: ReactionsNotifySettings
Example:
$reactionsNotifySettings = ['_' => 'reactionsNotifySettings', 'messages_notify_from' => ReactionNotificationsFrom, 'stories_notify_from' => ReactionNotificationsFrom, 'sound' => NotificationSound, 'show_previews' => Bool];