819 B
819 B
title | description |
---|---|
phoneConnection | phoneConnection attributes, type and example |
Constructor: phoneConnection
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
ip | string | Yes |
ipv6 | string | Yes |
port | int | Yes |
peer_tag | bytes | Yes |
Type: PhoneConnection
Example:
$phoneConnection = ['_' => 'phoneConnection', 'id' => long, 'ip' => string, 'ipv6' => string, 'port' => int, 'peer_tag' => bytes, ];
Or, if you're into Lua:
phoneConnection={_='phoneConnection', id=long, ip=string, ipv6=string, port=int, peer_tag=bytes, }