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