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