MadelineProto/old_docs/API_docs_v55/constructors/foundGifCached.md

29 lines
585 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, ];
```