MadelineProto/docs/API_docs/constructors/p_q_inner_data.md

932 B

title description
p_q_inner_data p_q_inner_data attributes, type and example

Constructor: p_q_inner_data

Back to constructors index

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, }