mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
413 B
413 B
Constructor: disabledFeature
Attributes:
Name | Type | Required |
---|---|---|
feature | string | Required |
description | string | Required |
Type: DisabledFeature
Example:
$disabledFeature = ['_' => disabledFeature', 'feature' => string, 'description' => string, ];