Raw.BindAuthKeyInner

Raw.BindAuthKeyInner

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;
export namespace Raw {
  export class BindAuthKeyInner {
    constructor(params: {
      nonce: bigint;
      tempAuthKeyId: bigint;
      permAuthKeyId: bigint;
      tempSessionId: bigint;
      expiresAt: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x75a3f765

Property