MadelineProto/old_docs/API_docs_v46/constructors/updateNotifySettings.md

621 B

title description
updateNotifySettings updateNotifySettings attributes, type and example

Constructor: updateNotifySettings

Back to constructors index

Attributes:

Name Type Required
notify_peer NotifyPeer Required
notify_settings PeerNotifySettings Required

Type: Update

Example:

$updateNotifySettings = ['_' => 'updateNotifySettings', 'notify_peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];