952 B
952 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 |
dc_id | int | Yes |
ip_port_list | Array of ipPort | Yes |
Type: help.ConfigSimple
Example:
$help.configSimple = ['_' => 'help.configSimple', 'date' => int, 'expires' => int, 'dc_id' => int, 'ip_port_list' => [ipPort, ipPort]];
Or, if you're into Lua:
help.configSimple={_='help.configSimple', date=int, expires=int, dc_id=int, ip_port_list={ipPort}}