870 B
870 B
title | description | image |
---|---|---|
resPQ | resPQ attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: resPQ
Attributes:
Name | Type | Required |
---|---|---|
nonce | int128 | Yes |
server_nonce | int128 | Yes |
pq | string | Yes |
server_public_key_fingerprints | Array of long | Yes |
Type: ResPQ
Example:
$resPQ = ['_' => 'resPQ', 'nonce' => int128, 'server_nonce' => int128, 'pq' => 'string', 'server_public_key_fingerprints' => [long, long]];
Or, if you're into Lua:
resPQ={_='resPQ', nonce=int128, server_nonce=int128, pq='string', server_public_key_fingerprints={long}}