MadelineProto/docs/MTProto_docs/constructors/bind_auth_key_inner.md

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