smsJob
Info about an SMS job.
type tg.SMSJob struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
JobID | string | yes | Job ID |
PhoneNumber | string | yes | Destination phone number |
Text | string | yes | Text |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
smsJob#e6a1eeb8