github.com/gotd/td/tg.AuthSentCodeBox.SentCode (field)
18 uses
github.com/gotd/td/tg (current package)
tl_account_send_change_phone_code_gen.go#L208: return result.SentCode, nil
tl_account_send_confirm_phone_code_gen.go#L214: return result.SentCode, nil
tl_account_send_verify_phone_code_gen.go#L211: return result.SentCode, nil
tl_auth_check_paid_auth_gen.go#L244: return result.SentCode, nil
tl_auth_resend_code_gen.go#L295: return result.SentCode, nil
tl_auth_reset_login_email_gen.go#L216: return result.SentCode, nil
tl_auth_send_code_gen.go#L276: return result.SentCode, nil
tl_auth_sent_code_gen.go#L867: SentCode AuthSentCodeClass
tl_auth_sent_code_gen.go#L879: b.SentCode = v
tl_auth_sent_code_gen.go#L885: if b == nil || b.SentCode == nil {
tl_auth_sent_code_gen.go#L888: return b.SentCode.Encode(buf)
tl_server_gen.go#L71: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L283: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L452: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L490: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L849: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L997: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L1221: return &AuthSentCodeBox{SentCode: response}, nil
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |