Constructor: inputMediaGeoLive
Attributes:
Name | Type | Required | Description |
---|---|---|---|
stopped | Bool | Optional | Whether sending of the geolocation was stopped |
geo_point | InputGeoPoint | Optional | Current geolocation |
heading | int | Optional | For live locations, a direction in which the location moves, in degrees; 1-360. |
period | int | Optional | Validity period of the current location |
proximity_notification_radius | int | Optional | For live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000) |
Type: InputMedia
Example:
$inputMediaGeoLive = ['_' => 'inputMediaGeoLive', 'stopped' => Bool, 'geo_point' => InputGeoPoint, 'heading' => int, 'period' => int, 'proximity_notification_radius' => int];