1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 01:00:55 +01:00
MadelineProto/docs/API_docs/constructors/documentAttributeFilename23.md

36 lines
654 B
Markdown
Raw Normal View History

2017-05-27 23:21:14 +02:00
---
title: documentAttributeFilename23
description: documentAttributeFilename23 attributes, type and example
---
## Constructor: documentAttributeFilename23
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|file\_name|[string](../types/string.md) | Yes|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```
$documentAttributeFilename23 = ['_' => 'documentAttributeFilename23', 'file_name' => string, ];
```
Or, if you're into Lua:
```
documentAttributeFilename23={_='documentAttributeFilename23', file_name=string, }
```