github.com/gotd/td/tg.AuthResendCodeRequest.PhoneCodeHash (field)

7 uses

	github.com/gotd/td/tg (current package)
		tl_auth_resend_code_gen.go#L54: 	PhoneCodeHash string
		tl_auth_resend_code_gen.go#L87: 	if !(r.PhoneCodeHash == "") {
		tl_auth_resend_code_gen.go#L113: 	r.PhoneCodeHash = from.GetPhoneCodeHash()
		tl_auth_resend_code_gen.go#L186: 	b.PutString(r.PhoneCodeHash)
		tl_auth_resend_code_gen.go#L226: 		r.PhoneCodeHash = value
		tl_auth_resend_code_gen.go#L251: 	return r.PhoneCodeHash

	github.com/gotd/td/telegram/auth
		user.go#L124: 		PhoneCodeHash: hash,