Skip to content

smsjobs.getSmsJob

Layer 225

Constructor ID: 0x778d902f
Returns: SmsJob

Parameters

NameTypeDescription
job_idstring

Example

go
result, err := client.Raw(&tg.GetSmsJobRequest{
    job_id: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.