MadelineProtoDocs/old_docs/API_docs_v32/constructors/ipPortSecret.md

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