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,
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |