ResPQ
- class pyrogram.raw.base.ResPQ
Telegram API base type.
- Constructors:
This base type has 1 constructor available.
Telegram API type.
- Functions:
This object can be returned by 2 functions.
Telegram API function.
Telegram API function.
TL Schema
resPQ#05162463
nonce:int128
server_nonce:int128
pq:bytes
server_public_key_fingerprints:Vector<long>
= ResPQ
Parameter Tree
ResPQ
├── nonce →
int128├── server_nonce →
int128├── pq →
bytes└── server_public_key_fingerprints →
Vector < long >Example
ResPQ(
nonce=None,
server_nonce=None,
pq=b"data",
server_public_key_fingerprints=[0],
)