BindAuthKeyInner
- class pyrogram.raw.types.BindAuthKeyInner
Telegram API type.
Constructor of
BindAuthKeyInner.- Details:
Layer:
223ID:
75A3F765
- Parameters:
nonce (
int64-bit) – N/Atemp_auth_key_id (
int64-bit) – N/Aperm_auth_key_id (
int64-bit) – N/Atemp_session_id (
int64-bit) – N/Aexpires_at (
int32-bit) – N/A
TL Schema
bind_auth_key_inner#75a3f765
nonce:long
temp_auth_key_id:long
perm_auth_key_id:long
temp_session_id:long
expires_at:int
= BindAuthKeyInner
Parameter Tree
BindAuthKeyInner
├── nonce →
long├── temp_auth_key_id →
long├── perm_auth_key_id →
long├── temp_session_id →
long└── expires_at →
intExample
BindAuthKeyInner(
nonce=0,
temp_auth_key_id=0,
perm_auth_key_id=0,
temp_session_id=0,
expires_at=0,
)