mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:47:20 +01:00
17 lines
337 B
Markdown
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, ];
|
|
``` |