Raw.UpdateSmsJob
A new sms job was received
updateSmsJob#f16269d4 job_id:string = Update;
export namespace Raw {
export class UpdateSmsJob {
constructor(params: { jobId: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xf16269d4
Property
jobId
: stringSms job id
Last updated on 2025-04-07T13:34:42.000Z