const github.com/gotd/td/tg.AuthResendCodeRequestTypeID
9 uses
	github.com/gotd/td/tg (current package)
		tl_auth_resend_code_gen.go#L53: const AuthResendCodeRequestTypeID = 0x3ef1a9bf
		tl_auth_resend_code_gen.go#L99: 	return AuthResendCodeRequestTypeID
		tl_auth_resend_code_gen.go#L111: 		ID:   AuthResendCodeRequestTypeID,
		tl_auth_resend_code_gen.go#L135: 	b.PutID(AuthResendCodeRequestTypeID)
		tl_auth_resend_code_gen.go#L154: 	if err := b.ConsumeID(AuthResendCodeRequestTypeID); err != nil {
		tl_registry_gen.go#L1259: 		AuthResendCodeRequestTypeID:                                             "auth.resendCode#3ef1a9bf",
		tl_registry_gen.go#L3041: 		"auth.resendCode":                                                   AuthResendCodeRequestTypeID,
		tl_registry_gen.go#L4823: 		AuthResendCodeRequestTypeID:                                             func() bin.Object { return &AuthResendCodeRequest{} },
		tl_server_gen.go#L286: 	s.handlers[AuthResendCodeRequestTypeID] = handler
|  | 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. |