597 B
597 B
title | description | image |
---|---|---|
foundGif | Found gif | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: foundGif
Found gif
Attributes:
Name | Type | Required | Description |
---|---|---|---|
webpage | WebPage | Optional | Webpage |
Type: FoundGif
Example:
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage];
Or, if you're into Lua:
foundGif={_='foundGif', webpage=WebPage}