606 B
606 B
title | description |
---|---|
foundGif | foundGif attributes, type and example |
Constructor: foundGif
Attributes:
Name | Type | Required |
---|---|---|
webpage | WebPage | Yes |
Type: FoundGif
Example:
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage];
PWRTelegram json-encoded version:
{"_": "foundGif", "webpage": WebPage}
Or, if you're into Lua:
foundGif={_='foundGif', webpage=WebPage}