IpPortSecret
- class pyrogram.raw.types.IpPortSecret
Telegram API type.
Constructor of
IpPort.- Details:
Layer:
223ID:
37982646
- Parameters:
ipv4 (
int32-bit) – N/Aport (
int32-bit) – N/Asecret (
bytes) – N/A
TL Schema
ipPortSecret#37982646
ipv4:int
port:int
secret:bytes
= IpPort
Parameter Tree
IpPortSecret
├── ipv4 →
int├── port →
int└── secret →
bytesExample
IpPortSecret(
ipv4=0,
port=0,
secret=b"data",
)