1017 B
1017 B
title | description | image |
---|---|---|
p_q_inner_data | p_q_inner_data attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: p_q_inner_data
Attributes:
Name | Type | Required |
---|---|---|
pq | string | Yes |
p | string | Yes |
q | string | Yes |
nonce | int128 | Yes |
server_nonce | int128 | Yes |
new_nonce | int256 | Yes |
Type: P_Q_inner_data
Example:
$p_q_inner_data = ['_' => 'p_q_inner_data', 'pq' => 'string', 'p' => 'string', 'q' => 'string', 'nonce' => int128, 'server_nonce' => int128, 'new_nonce' => int256];
Or, if you're into Lua:
p_q_inner_data={_='p_q_inner_data', pq='string', p='string', q='string', nonce=int128, server_nonce=int128, new_nonce=int256}