mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
18 lines
361 B
Markdown
18 lines
361 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 = ['url' => string, 'q' => string, ];
|
||
|
```
|