github.com/gotd/td/rpc.RetryLimitReachedErr.Retries (field)

3 uses

	github.com/gotd/td/rpc (current package)
		engine.go#L246: 						Retries: retries,
		errors.go#L12: 	Retries int
		errors.go#L16: 	return fmt.Sprintf("retry limit reached after %d attempts", r.Retries)