mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
503 B
503 B
title |
---|
inputMediaDocumentExternal |
Constructor: inputMediaDocumentExternal
Attributes:
Name | Type | Required |
---|---|---|
url | string | Required |
caption | string | Required |
Type: InputMedia
Example:
$inputMediaDocumentExternal = ['_' => inputMediaDocumentExternal', 'url' => string, 'caption' => string, ];