MadelineProtoDocs/old_docs/API_docs_v105/constructors/documentAttributeFilename.md
2019-09-13 17:13:55 +02:00

757 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'];

Or, if you're into Lua:

documentAttributeFilename={_='documentAttributeFilename', file_name='string'}