mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
653 B
653 B
title | description |
---|---|
disabledFeature | disabledFeature attributes, type and example |
Constructor: disabledFeature
Attributes:
Name | Type | Required |
---|---|---|
feature | string | Yes |
description | string | Yes |
Type: DisabledFeature
Example:
$disabledFeature = ['_' => 'disabledFeature', 'feature' => string, 'description' => string, ];
Or, if you're into Lua:
disabledFeature={_='disabledFeature', feature=string, description=string, }