github.com/gotd/td/tg.AuthAuthorizationSignUpRequired.TermsOfService (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_auth_authorization_gen.go#L400: 	TermsOfService HelpTermsOfService
		tl_auth_authorization_gen.go#L426: 	if !(a.TermsOfService.Zero()) {
		tl_auth_authorization_gen.go#L447: 		a.TermsOfService = val
		tl_auth_authorization_gen.go#L486: 	if !(a.TermsOfService.Zero()) {
		tl_auth_authorization_gen.go#L510: 		if err := a.TermsOfService.Encode(b); err != nil {
		tl_auth_authorization_gen.go#L539: 		if err := a.TermsOfService.Decode(b); err != nil {
		tl_auth_authorization_gen.go#L549: 	a.TermsOfService = value
		tl_auth_authorization_gen.go#L561: 	return a.TermsOfService, true

	github.com/gotd/td/telegram/auth
		flow.go#L101: 				TermsOfService: a.TermsOfService,
		signup.go#L32: 			TermsOfService: a.TermsOfService,