SetClientDHParamsAnswer

class pyrogram.raw.base.SetClientDHParamsAnswer

Telegram API base type.

Constructors:

This base type has 3 constructors available.

DhGenFail

Telegram API type.

DhGenOk

Telegram API type.

DhGenRetry

Telegram API type.

Functions:

This object can be returned by 1 function.

SetClientDHParams

Telegram API function.

TL Schema


Parameter Tree

SetClientDHParamsAnswer
├── DhGenOk
│ ├── nonceint128
│ ├── server_nonceint128
│ └── new_nonce_hash1int128
├── DhGenRetry
│ ├── nonceint128
│ ├── server_nonceint128
│ └── new_nonce_hash2int128
└── DhGenFail
├── nonceint128
├── server_nonceint128
└── new_nonce_hash3int128

Example