Layer 224
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
SmsJobGogram Example
// SmsjobsGetSmsJob - positional arguments result, err := client.SmsjobsGetSmsJob("Hello, World!") if err != nil { // handle error } // result is *tg.SmsJob
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | SMSJOB_ID_INVALID | The specified job ID is invalid. |