HttpWait

class pyrogram.raw.base.HttpWait

Telegram API base type.

Constructors:

This base type has 1 constructor available.

HttpWait

Telegram API type.

TL Schema

http_wait#9299359f
max_delay:int
wait_after:int
max_wait:int

= HttpWait

Parameter Tree

HttpWait
├── max_delayint
├── wait_afterint
└── max_waitint

Example

HttpWait(
    max_delay=0,
    wait_after=0,
    max_wait=0,
)