Raw.FutureSalt

Raw.FutureSalt

future_salt#0949d9dc valid_since:int valid_until:int salt:long = FutureSalt;
export namespace Raw {
  export class FutureSalt {
    constructor(params: { validSince: number; validUntil: number; salt: bigint }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x0949d9dc

Property