ServerDHParamsOk
- class pyrogram.raw.types.ServerDHParamsOk
Telegram API type.
Constructor of
ServerDHParams.- Details:
Layer:
223ID:
D0E8075C
- Parameters:
nonce (
int128-bit) – N/Aserver_nonce (
int128-bit) – N/Aencrypted_answer (
bytes) – N/A
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
server_DH_params_ok#d0e8075c
nonce:int128
server_nonce:int128
encrypted_answer:bytes
= Server_DH_Params
Parameter Tree
ServerDHParamsOk
├── nonce →
int128├── server_nonce →
int128└── encrypted_answer →
bytesExample
ServerDHParamsOk(
nonce=None,
server_nonce=None,
encrypted_answer=b"data",
)