mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
774 B
774 B
title | description | nav_exclude | image |
---|---|---|---|
updatePeerSettings | Settings of a certain peer have changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePeerSettings
Settings of a certain peer have changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The peer |
settings | PeerSettings | Yes | Associated peer settings |
Type: Update
Example:
$updatePeerSettings = ['_' => 'updatePeerSettings', 'peer' => long, 'settings' => PeerSettings];