Skip to content

smsjobs.updateSettings

Layer 225

Constructor ID: 0x093fa0bf
Returns: Bool

Parameters

NameTypeDescription
allow_internationalbool (flags.0, optional)

Example

go
result, err := client.Raw(&tg.UpdateSettingsRequest{
    allow_international: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.