MadelineProto/docs/API_docs/constructors/bind_auth_key_inner.md
2016-12-30 23:21:36 +03:00

804 B

title description
bind_auth_key_inner bind_auth_key_inner attributes, type and example

Constructor: bind_auth_key_inner

Back to constructors index

Attributes:

Name Type Required
nonce long Required
temp_auth_key_id long Required
perm_auth_key_id long Required
temp_session_id long Required
expires_at int Required

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, ];