MadelineProtoDocs/docs/API_docs/constructors/accessPointRule.md

876 B

title description image
accessPointRule Access point rule https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: accessPointRule

Back to constructors index

Access point rule

Attributes:

Name Type Required Description
phone_prefix_rules string Yes Phone prefix rules
dc_id int Yes DC ID
ips Array of IpPort Yes Ips

Type: AccessPointRule

Example:

$accessPointRule = ['_' => 'accessPointRule', 'phone_prefix_rules' => 'string', 'dc_id' => int, 'ips' => [IpPort, IpPort]];

Or, if you're into Lua:

accessPointRule={_='accessPointRule', phone_prefix_rules='string', dc_id=int, ips={IpPort}}