902 B
902 B
title | description | image | redirect_from |
---|---|---|---|
help.configSimple | help.configSimple attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_configSimple.html |
Constructor: help.configSimple
Attributes:
Name | Type | Required |
---|---|---|
date | int | Yes |
expires | int | Yes |
rules | Array of AccessPointRule | Yes |
Type: help.ConfigSimple
Example:
$help.configSimple = ['_' => 'help.configSimple', 'date' => int, 'expires' => int, 'rules' => [AccessPointRule, AccessPointRule]];
Or, if you're into Lua:
help.configSimple={_='help.configSimple', date=int, expires=int, rules={AccessPointRule}}