Layer 220
SmsjobsJoin
Enable SMS jobs (official clients only).
method
Users
smsjobs.join#a74ece2d = Bool;
Returns
BoolPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | NOT_ELIGIBLE | The current user is not eligible to join the Peer-to-Peer Login Program. |
Gogram Example
// SmsjobsJoin - positional arguments result, err := client.SmsjobsJoin() if err != nil { // handle error } // result is *tg.Bool