MadelineProto/old_docs/API_docs_v44/constructors/foundGif.md

43 lines
609 B
Markdown
Raw Normal View History

---
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) | Yes|
### Type: [FoundGif](../types/FoundGif.md)
### Example:
```
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage, ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"foundGif","webpage":"WebPage"}
```
Or, if you're into Lua:
```
foundGif={_='foundGif', webpage=WebPage, }
```