mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
25 lines
471 B
Markdown
25 lines
471 B
Markdown
---
|
|
title: inputMediaGifExternal
|
|
---
|
|
## Constructor: inputMediaGifExternal
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|url|[string](../types/string.md) | Required|
|
|
|q|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [InputMedia](../types/InputMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputMediaGifExternal = ['_' => inputMediaGifExternal', 'url' => string, 'q' => string, ];
|
|
``` |