Constructor: messageActionGeoProximityReached
A user of the chat is now in proximity of another user
Attributes:
Name | Type | Required | Description |
---|---|---|---|
from_id | Peer | Yes | The user or chat that is now in proximity of to_id |
to_id | Peer | Yes | The user or chat that subscribed to live geolocation proximity alerts |
distance | int | Yes | Distance, in meters (0-100000) |
Type: MessageAction
Example:
$messageActionGeoProximityReached = ['_' => 'messageActionGeoProximityReached', 'from_id' => Peer, 'to_id' => Peer, 'distance' => int];