983 B
983 B
title | description | image |
---|---|---|
accessPointRule | accessPointRule attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: accessPointRule
Attributes:
Name | Type | Required |
---|---|---|
phone_prefix_rules | string | Yes |
dc_id | int | Yes |
ips | Array of IpPort | Yes |
Type: AccessPointRule
Example:
$accessPointRule = ['_' => 'accessPointRule', 'phone_prefix_rules' => 'string', 'dc_id' => int, 'ips' => [IpPort, IpPort]];
PWRTelegram json-encoded version:
{"_": "accessPointRule", "phone_prefix_rules": "string", "dc_id": int, "ips": [IpPort]}
Or, if you're into Lua:
accessPointRule={_='accessPointRule', phone_prefix_rules='string', dc_id=int, ips={IpPort}}