teleproto - v1.229.0
    Preparing search index...

    Interface AuthBindTempAuthKeyParams

    interface AuthBindTempAuthKeyParams {
        encryptedMessage: bytes;
        expiresAt: number;
        nonce: BigInteger;
        permAuthKeyId: BigInteger;
    }
    Index
    encryptedMessage: bytes

    See Generating encrypted_message

    expiresAt: number

    Unix timestamp to invalidate temporary key, see Binding message contents

    nonce: BigInteger

    Random long from Binding message contents

    permAuthKeyId: BigInteger

    Permanent auth_key_id to bind to