Raw.AccessPointRule
accessPointRule#4679b65f phone_prefix_rules:string dc_id:int ips:vector<IpPort> = AccessPointRule;
export namespace Raw {
export class AccessPointRule {
constructor(params: { phonePrefixRules: string; dcId: number; ips: Array<Raw.TypeIpPort> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x4679b65f
Property
phonePrefixRules
: stringdcId
: numberips
: Array of Raw.TypeIpPort