github.com/gotd/td/tg.AuthSentCodeBox.SentCode (field)
16 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_resend_code_gen.go#L220: return result.SentCode, nil
tl_auth_reset_login_email_gen.go#L215: return result.SentCode, nil
tl_auth_send_code_gen.go#L274: return result.SentCode, nil
tl_auth_sent_code_gen.go#L538: SentCode AuthSentCodeClass
tl_auth_sent_code_gen.go#L550: b.SentCode = v
tl_auth_sent_code_gen.go#L556: if b == nil || b.SentCode == nil {
tl_auth_sent_code_gen.go#L559: 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#L777: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L925: return &AuthSentCodeBox{SentCode: response}, nil
tl_server_gen.go#L1149: return &AuthSentCodeBox{SentCode: response}, nil
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |