684 B
684 B
title | description | image |
---|---|---|
foundGif | foundGif attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: foundGif
Attributes:
Name | Type | Required |
---|---|---|
webpage | WebPage | Optional |
Type: FoundGif
Example:
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage];
PWRTelegram json-encoded version:
{"_": "foundGif", "webpage": WebPage}
Or, if you're into Lua:
foundGif={_='foundGif', webpage=WebPage}