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