mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:27:22 +01:00
19 lines
413 B
Markdown
19 lines
413 B
Markdown
## Constructor: disabledFeature
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|feature|[string](../types/string.md) | Required|
|
|
|description|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [DisabledFeature](../types/DisabledFeature.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$disabledFeature = ['_' => disabledFeature', 'feature' => string, 'description' => string, ];
|
|
``` |