19 lines
427 B
Markdown
19 lines
427 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 = ['url' => string, 'photo' => Photo, 'document' => Document, ];
|
|
``` |