MadelineProtoDocs/docs/API_docs/constructors/documentAttributeFilename.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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'}