github.com/gotd/td/tg.AuthSentCodeTypeSetUpEmailRequired.GoogleSigninAllowed (field)

7 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L1121: 	GoogleSigninAllowed bool
		tl_auth_sent_code_type_gen.go#L1150: 	if !(s.GoogleSigninAllowed == false) {
		tl_auth_sent_code_type_gen.go#L1172: 	s.GoogleSigninAllowed = from.GetGoogleSigninAllowed()
		tl_auth_sent_code_type_gen.go#L1217: 	if !(s.GoogleSigninAllowed == false) {
		tl_auth_sent_code_type_gen.go#L1265: 	s.GoogleSigninAllowed = s.Flags.Has(1)
		tl_auth_sent_code_type_gen.go#L1292: 		s.GoogleSigninAllowed = true
		tl_auth_sent_code_type_gen.go#L1295: 		s.GoogleSigninAllowed = false