Layer 220
SmsjobsGetSmsJob
Get info about an SMS job (official clients only).
method
Users
smsjobs.getSmsJob#778d902f job_id:string = SmsJob;
Parameters
| Name | Type | Description |
|---|---|---|
| JobId | string | Job ID |
Returns
SmsJobPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | SMSJOB_ID_INVALID | The specified job ID is invalid. |
Gogram Example
// SmsjobsGetSmsJob - positional arguments result, err := client.SmsjobsGetSmsJob("...") if err != nil { // handle error } // result is *tg.SmsJob