Constructor: messageMediaGeoLive
Indicates a live geolocation
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo | GeoPoint | Optional | Geolocation |
heading | int | Optional | For live locations, a direction in which the location moves, in degrees; 1-360 |
period | int | Yes | Validity period of provided geolocation |
proximity_notification_radius | int | Optional | For live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000). |
Type: MessageMedia
Example:
$messageMediaGeoLive = ['_' => 'messageMediaGeoLive', 'geo' => GeoPoint, 'heading' => int, 'period' => int, 'proximity_notification_radius' => int];