865 B
865 B
title | description | image |
---|---|---|
inputMediaGeoLive | Media geo live | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaGeoLive
Media geo live
Attributes:
Name | Type | Required | Description |
---|---|---|---|
stopped | Bool | Optional | Stopped? |
geo_point | InputGeoPoint | Optional | Geo point |
period | int | Optional | Period |
Type: InputMedia
Example:
$inputMediaGeoLive = ['_' => 'inputMediaGeoLive', 'stopped' => Bool, 'geo_point' => InputGeoPoint, 'period' => int];
Or, if you're into Lua:
inputMediaGeoLive={_='inputMediaGeoLive', stopped=Bool, geo_point=InputGeoPoint, period=int}