SetClientDHParamsAnswer
- class pyrogram.raw.base.SetClientDHParamsAnswer
Telegram API base type.
- Constructors:
This base type has 3 constructors available.
Telegram API type.
Telegram API type.
Telegram API type.
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
Parameter Tree
SetClientDHParamsAnswer
├──
DhGenOk│ ├── nonce →
int128│ ├── server_nonce →
int128│ └── new_nonce_hash1 →
int128├──
DhGenRetry│ ├── nonce →
int128│ ├── server_nonce →
int128│ └── new_nonce_hash2 →
int128└──
DhGenFail├── nonce →
int128├── server_nonce →
int128└── new_nonce_hash3 →
int128