ServerDHParams

class pyrogram.raw.base.ServerDHParams

Telegram API base type.

Constructors:

This base type has 2 constructors available.

ServerDHParamsFail

Telegram API type.

ServerDHParamsOk

Telegram API type.

Functions:

This object can be returned by 1 function.

ReqDHParams

Telegram API function.

TL Schema


Parameter Tree

ServerDHParams
│ ├── nonce → int128
│ ├── server_nonce → int128
│ └── new_nonce_hash → int128
├── nonce → int128
├── server_nonce → int128
└── encrypted_answer → bytes

Example