Skip to content

smsjobs.finishJob

Layer 225

Constructor ID: 0x4f1ebf24
Returns: Bool

Parameters

NameTypeDescription
job_idstring
errorstring (flags.0, optional)

Example

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

Released under the Apache-2.0 License.