43 lines
611 B
Markdown
43 lines
611 B
Markdown
|
---
|
||
|
title: foundGif
|
||
|
description: foundGif attributes, type and example
|
||
|
---
|
||
|
## Constructor: foundGif
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|---------------|----------|
|
||
|
|webpage|[WebPage](../types/WebPage.md) | Optional|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [FoundGif](../types/FoundGif.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "foundGif", "webpage": WebPage}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
foundGif={_='foundGif', webpage=WebPage}
|
||
|
|
||
|
```
|
||
|
|
||
|
|