Layer 220
SmsjobsIsEligibleToJoin
Check if we can process SMS jobs (official clients only).
method
Users
smsjobs.isEligibleToJoin#edc39d0 = smsjobs.EligibilityToJoin;
Returns
smsjobs.EligibilityToJoinPossible Errors
| Code | Type | Description |
|---|---|---|
| 403 | NOT_ELIGIBLE | The current user is not eligible to join the Peer-to-Peer Login Program. |
Gogram Example
// SmsjobsIsEligibleToJoin - positional arguments result, err := client.SmsjobsIsEligibleToJoin() if err != nil { // handle error } // result is *tg.SmsjobsEligibilityToJoin