Layer 220
method Users
smsjobs.isEligibleToJoin#edc39d0 = smsjobs.EligibilityToJoin;

Possible 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