792 B
792 B
title | description | image |
---|---|---|
inputMediaPhotoExternal | Media photo external | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaPhotoExternal
Media photo external
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
ttl_seconds | int | Optional | Ttl seconds |
Type: InputMedia
Example:
$inputMediaPhotoExternal = ['_' => 'inputMediaPhotoExternal', 'url' => 'string', 'ttl_seconds' => int];
Or, if you're into Lua:
inputMediaPhotoExternal={_='inputMediaPhotoExternal', url='string', ttl_seconds=int}