MadelineProto/old_docs/API_docs_v72/constructors/inputMediaGeoLive.md
2017-11-15 12:41:58 +00:00

803 B

title description
inputMediaGeoLive inputMediaGeoLive attributes, type and example

Constructor: inputMediaGeoLive

Back to constructors index

Attributes:

Name Type Required
geo_point InputGeoPoint Yes
period int Yes

Type: InputMedia

Example:

$inputMediaGeoLive = ['_' => 'inputMediaGeoLive', 'geo_point' => InputGeoPoint, 'period' => int];

PWRTelegram json-encoded version:

{"_": "inputMediaGeoLive", "geo_point": InputGeoPoint, "period": int}

Or, if you're into Lua:

inputMediaGeoLive={_='inputMediaGeoLive', geo_point=InputGeoPoint, period=int}