873 B
873 B
title | description | image |
---|---|---|
inputMediaDocument | Forwarded document | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaDocument
Forwarded document
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | MessageMedia, Message, Update or InputDocument | Optional | The document to be forwarded. |
ttl_seconds | int | Optional | Time to live of self-destructing document |
Type: InputMedia
Example:
$inputMediaDocument = ['_' => 'inputMediaDocument', 'id' => InputDocument, 'ttl_seconds' => int];
Or, if you're into Lua:
inputMediaDocument={_='inputMediaDocument', id=InputDocument, ttl_seconds=int}