Raw.SmsJob

Raw.SmsJob

Info about an sms job.

smsJob#e6a1eeb8 job_id:string phone_number:string text:string = SmsJob;
export namespace Raw {
  export class SmsJob {
    constructor(params: { jobId: string; phoneNumber: string; text: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe6a1eeb8

Property