Constructor: inputMediaDocumentExternal
Document that will be downloaded by the telegram servers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
spoiler | Bool | Optional | Whether this media should be hidden behind a spoiler warning |
url | string | Yes | URL of the document |
ttl_seconds | int | Optional | Self-destruct time to live of document |
Type: InputMedia
Example:
$inputMediaDocumentExternal = ['_' => 'inputMediaDocumentExternal', 'spoiler' => Bool, 'url' => 'string', 'ttl_seconds' => int];