github.com/gotd/td/tg.AuthSignInRequest.PhoneCode (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sign_in_gen.go#L54: 	PhoneCode string
		tl_auth_sign_in_gen.go#L85: 	if !(s.PhoneCode == "") {
		tl_auth_sign_in_gen.go#L114: 		s.PhoneCode = val
		tl_auth_sign_in_gen.go#L170: 	if !(s.PhoneCode == "") {
		tl_auth_sign_in_gen.go#L199: 		b.PutString(s.PhoneCode)
		tl_auth_sign_in_gen.go#L252: 		s.PhoneCode = value
		tl_auth_sign_in_gen.go#L283: 	s.PhoneCode = value
		tl_auth_sign_in_gen.go#L295: 	return s.PhoneCode, true

	github.com/gotd/td/telegram/auth
		user.go#L106: 		PhoneCode:     code,