MadelineProto/docs/API_docs/constructors/foundGifCached.md
2016-12-20 13:32:11 +01:00

27 lines
580 B
Markdown

---
title: foundGifCached
description: foundGifCached attributes, type and example
---
## Constructor: foundGifCached
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|url|[string](../types/string.md) | Required|
|photo|[Photo](../types/Photo.md) | Required|
|document|[Document](../types/Document.md) | Required|
### Type: [FoundGif](../types/FoundGif.md)
### Example:
```
$foundGifCached = ['_' => foundGifCached', 'url' => string, 'photo' => Photo, 'document' => Document, ];
```