Raw.smsjobs.Status

Raw.smsjobs.Status

Status

smsjobs.status#2aee9191 flags:# allow_international:flags.0?true recent_sent:int recent_since:int recent_remains:int total_sent:int total_since:int last_gift_slug:flags.1?string terms_url:string = smsjobs.Status;
export namespace Raw {
  export namespace smsjobs {
    export class Status {
      constructor(params: {
        allowInternational?: boolean;
        recentSent: number;
        recentSince: number;
        recentRemains: number;
        totalSent: number;
        totalSince: number;
        lastGiftSlug?: string;
        termsUrl: string;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x2aee9191

Property