591 B
591 B
title | description | image |
---|---|---|
ipPort | ipPort attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: ipPort
Attributes:
Name | Type | Required |
---|---|---|
ipv4 | int | Yes |
port | int | Yes |
Type: IpPort
Example:
$ipPort = ['_' => 'ipPort', 'ipv4' => int, 'port' => int];
Or, if you're into Lua:
ipPort={_='ipPort', ipv4=int, port=int}