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

17 lines
337 B
Markdown

## Constructor: documentAttributeFilename
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|file\_name|[string](../types/string.md) | Required|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
### Example:
```
$documentAttributeFilename = ['file_name' => string, ];
```