1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 22:27:20 +01:00
MadelineProto/docs/API_docs/constructors/foundGifCached.md
2016-12-19 20:56:05 +03:00

20 lines
452 B
Markdown

## Constructor: foundGifCached
### 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, ];
```