Layer 220
SmsJob
Info about an SMS job.
constructor
smsJob#e6a1eeb8 job_id:string phone_number:string text:string = SmsJob;
Parameters
| Name | Type | Description |
|---|---|---|
| JobId | string | Job ID |
| PhoneNumber | string | Destination phone number |
| Text | string | Text |
Returns
SmsJobGogram Example
// Creating SmsJob constructor obj := &tg.SmsJob{ JobId: "...", PhoneNumber: "...", Text: "...", }