mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
16 lines
390 B
Markdown
16 lines
390 B
Markdown
## Constructor: inputMediaGifExternal
|
|
|
|
### 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, ];
|
|
``` |