MadelineProtoDocs/docs/API_docs/constructors/reactionsNotifySettings.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
reactionsNotifySettings reactionsNotifySettings attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: reactionsNotifySettings

Back to constructors index

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];