auth.BindTempAuthKey¶
- class pyrogram.raw.functions.auth.BindTempAuthKey[source]¶
Binds a temporary authorization key
temp_auth_key_idto the permanent authorization keyperm_auth_key_id.Usable by Users Bots- Details:
Layer:
229ID:
CDD42A05
- Parameters:
perm_auth_key_id (
int64-bit) – Permanent auth_key_id to bind tononce (
int64-bit) – Random long from Binding message contentsexpires_at (
int32-bit) – Unix timestamp to invalidate temporary key, see Binding message contentsencrypted_message (
bytes) – See Generating encrypted_message
- Returns:
bool