type github.com/gotd/td/tg.AuthSentCodeBox
15 uses
github.com/gotd/td/tg (current package)
tl_account_send_change_phone_code_gen.go#L203: var result AuthSentCodeBox
tl_account_send_confirm_phone_code_gen.go#L209: var result AuthSentCodeBox
tl_account_send_verify_phone_code_gen.go#L206: var result AuthSentCodeBox
tl_auth_resend_code_gen.go#L215: var result AuthSentCodeBox
tl_auth_reset_login_email_gen.go#L210: var result AuthSentCodeBox
tl_auth_send_code_gen.go#L269: var result AuthSentCodeBox
tl_auth_sent_code_gen.go#L537: type AuthSentCodeBox struct {
tl_auth_sent_code_gen.go#L542: func (b *AuthSentCodeBox) Decode(buf *bin.Buffer) error {
tl_auth_sent_code_gen.go#L555: func (b *AuthSentCodeBox) Encode(buf *bin.Buffer) error {
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. |