1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/docs/API_docs/constructors/documentAttributeFilename23.md
2017-05-27 22:21:14 +01:00

654 B

title description
documentAttributeFilename23 documentAttributeFilename23 attributes, type and example

Constructor: documentAttributeFilename23

Back to constructors index

Attributes:

Name Type Required
file_name string Yes

Type: DocumentAttribute

Example:

$documentAttributeFilename23 = ['_' => 'documentAttributeFilename23', 'file_name' => string, ];

Or, if you're into Lua:

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