const github.com/gotd/td/internal/mtproxy.TLS

5 uses

	github.com/gotd/td/internal/mtproxy (current package)
		secret.go#L19: 	TLS
		secret.go#L61: 		r.Type = TLS

	github.com/gotd/td/telegram/dcs
		mtproxy.go#L66: 	case mtproxy.TLS:
		mtproxy.go#L123: 	if s.Type != mtproxy.TLS {
		plain.go#L98: 		if secret.Type == mtproxy.TLS {