github.com/gotd/td/telegram/auth.UserAuthenticator.AcceptTermsOfService (method)

2 uses

	github.com/gotd/td/telegram/auth (current package)
		flow.go#L32: 	if err := f.Auth.AcceptTermsOfService(ctx, s.TermsOfService); err != nil {
		flow.go#L146: 	AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error