MadelineProtoDocs/old_docs/API_docs_v91/constructors/documentAttributeFilename.md
2019-03-08 13:49:23 +01:00

886 B

title description image
documentAttributeFilename Document attribute filename https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: documentAttributeFilename

Back to constructors index

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'}