MadelineProtoDocs/old_docs/API_docs_v34/constructors/ipPortSecret.md
2020-06-16 17:50:25 +02:00

712 B

title description image
ipPortSecret ipPortSecret attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: ipPortSecret

Back to constructors index

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'}