Layer 227
SmsjobsUpdateSettings
Update SMS job settings (official clients only).
method
Users
smsjobs.updateSettings#93fa0bf flags:# allow_international:flags.0?true = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| AllowInternational | flags .0? true | Allow international numbers? |
Returns
BoolGogram Example
// SmsjobsUpdateSettings - positional arguments result, err := client.SmsjobsUpdateSettings(nil) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | NOT_JOINED | The current user hasn't joined the Peer-to-Peer Login Program. |