IpPort
- class pyrogram.raw.base.IpPort
Telegram API base type.
- Constructors:
This base type has 2 constructors available.
Telegram API type.
Telegram API type.
TL Schema
ipPort#d433ad73
ipv4:int
port:int
= IpPort
Parameter Tree
IpPort
├── ipv4 →
int└── port →
intExample
IpPort(
ipv4=0,
port=0,
)