Raw.HttpWait

Raw.HttpWait

http_wait#9299359f max_delay:int wait_after:int max_wait:int = HttpWait;
export namespace Raw {
  export class HttpWait {
    constructor(params: { maxDelay: number; waitAfter: number; maxWait: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9299359f

Property