IpPort
- class pyrogram.raw.types.IpPort
Telegram API type.
Constructor of
IpPort.- Details:
Layer:
223ID:
D433AD73
- Parameters:
ipv4 (
int32-bit) – N/Aport (
int32-bit) – N/A
TL Schema
ipPort#d433ad73
ipv4:int
port:int
= IpPort
Parameter Tree
IpPort
├── ipv4 →
int└── port →
intExample
IpPort(
ipv4=0,
port=0,
)