mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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];