1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
bind_auth_key_inner | bind_auth_key_inner attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: bind_auth_key_inner
Attributes:
Name | Type | Required |
---|---|---|
nonce | long | Yes |
temp_auth_key_id | long | Yes |
perm_auth_key_id | long | Yes |
temp_session_id | long | Yes |
expires_at | int | Yes |
Type: BindAuthKeyInner
Example:
$bind_auth_key_inner = ['_' => 'bind_auth_key_inner', 'nonce' => long, 'temp_auth_key_id' => long, 'perm_auth_key_id' => long, 'temp_session_id' => long, 'expires_at' => int];
Or, if you're into Lua:
bind_auth_key_inner={_='bind_auth_key_inner', nonce=long, temp_auth_key_id=long, perm_auth_key_id=long, temp_session_id=long, expires_at=int}