MadelineProtoDocs/docs/API_docs/constructors/documentAttributeFilename.md

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