mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:17:46 +01:00
471 B
471 B
title |
---|
inputMediaGifExternal |
Constructor: inputMediaGifExternal
Attributes:
Name | Type | Required |
---|---|---|
url | string | Required |
q | string | Required |
Type: InputMedia
Example:
$inputMediaGifExternal = ['_' => inputMediaGifExternal', 'url' => string, 'q' => string, ];