800 B
800 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'];
PWRTelegram json-encoded version:
{"_": "disabledFeature", "feature": "string", "description": "string"}
Or, if you're into Lua:
disabledFeature={_='disabledFeature', feature='string', description='string'}