mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 22:27:20 +01:00
20 lines
452 B
Markdown
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, ];
|
|
``` |