1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 11:34:41 +01:00
MadelineProto/docs/API_docs_55/constructors/inputMediaGifExternal.md

536 B

title description
inputMediaGifExternal inputMediaGifExternal attributes, type and example

Constructor: inputMediaGifExternal

Back to constructors index

Attributes:

Name Type Required
url string Required
q string Required

Type: InputMedia

Example:

$inputMediaGifExternal = ['_' => 'inputMediaGifExternal', 'url' => string, 'q' => string, ];