868 B
868 B
title | description | image |
---|---|---|
inputMediaGifExternal | New GIF animation that will be uploaded by the server using the specified URL | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaGifExternal
New GIF animation that will be uploaded by the server using the specified URL
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
q | string | Yes | Query |
Type: InputMedia
Example:
$inputMediaGifExternal = ['_' => 'inputMediaGifExternal', 'url' => 'string', 'q' => 'string'];
Or, if you're into Lua:
inputMediaGifExternal={_='inputMediaGifExternal', url='string', q='string'}