mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
461 B
461 B
Constructor: updateNotifySettings
Attributes:
Name | Type | Required |
---|---|---|
peer | NotifyPeer | Required |
notify_settings | PeerNotifySettings | Required |
Type: Update
Example:
$updateNotifySettings = ['_' => updateNotifySettings', 'peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];