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

7 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L760: 	GoogleSigninAllowed bool
		tl_auth_sent_code_type_gen.go#L809: 	if !(s.GoogleSigninAllowed == false) {
		tl_auth_sent_code_type_gen.go#L847: 	s.GoogleSigninAllowed = from.GetGoogleSigninAllowed()
		tl_auth_sent_code_type_gen.go#L920: 	if !(s.GoogleSigninAllowed == false) {
		tl_auth_sent_code_type_gen.go#L982: 	s.GoogleSigninAllowed = s.Flags.Has(1)
		tl_auth_sent_code_type_gen.go#L1037: 		s.GoogleSigninAllowed = true
		tl_auth_sent_code_type_gen.go#L1040: 		s.GoogleSigninAllowed = false