Layer 224
SmsJobObj
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 SmsJobObj constructor obj := &tg.SmsJobObj{ JobId: "Hello, World!", PhoneNumber: "Hello, World!", Text: "Hello, World!", }