mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
706 B
706 B
title | description | nav_exclude | image |
---|---|---|---|
updatePeerLocated | List of peers near you was updated | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePeerLocated
List of peers near you was updated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peers | Array of PeerLocated | Yes | Geolocated peer list update |
Type: Update
Example:
$updatePeerLocated = ['_' => 'updatePeerLocated', 'peers' => [PeerLocated, PeerLocated]];