886 B
886 B
title | description | image |
---|---|---|
documentAttributeFilename | Document attribute filename | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentAttributeFilename
Document attribute filename
Attributes:
Name | Type | Required | Description |
---|---|---|---|
file_name | string | Yes | File name |
Type: DocumentAttribute
Example:
$documentAttributeFilename = ['_' => 'documentAttributeFilename', 'file_name' => 'string'];
PWRTelegram json-encoded version:
{"_": "documentAttributeFilename", "file_name": "string"}
Or, if you're into Lua:
documentAttributeFilename={_='documentAttributeFilename', file_name='string'}